write a program to input 10 numbers and print the biggest and the second biggest number
Answers
Answered by
0
Answer:
Explanation:
Input : list1 = [10, 20, 4]
Output : 10
Input : list2 = [70, 11, 20, 4, 100]
Output : 70
Answered by
2
Answer:
Explanation:
here is your answer of this question
Attachments:
Similar questions