Physics, asked by saurav123goswami, 8 months ago

If list=['suzuki', 'subaru', 'honda', 'maruti'] , what will be the output of
print(list[3])
after running the code :
list.sort(reverse=True) ?​

Answers

Answered by shivangisingh11622
7

Explanation:

I think the answer will be Suzuki

Similar questions