To write a python program to find the third largest no. In a list | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

To write a python program to find the third largest no. In a list

2nd Mar 2020, 5:51 PM
Amartya sur
Amartya sur - avatar
2 Answers
+ 4
make a set from it make again a list from it sort it print 3rd from right (most right has index - 1)
2nd Mar 2020, 6:01 PM
Oma Falk
Oma Falk - avatar
+ 4
Can you show us your attempt of what you have done so far?
2nd Mar 2020, 7:23 PM
Lothar
Lothar - avatar