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
7
Explanation:
I think the answer will be Suzuki
Similar questions
Social Sciences,
4 months ago
English,
4 months ago
Social Sciences,
4 months ago
Math,
8 months ago
History,
8 months ago
Computer Science,
1 year ago