Write a Python Program to input two integer number and print smallest number.
Answers
Answered by
3
Answer:
Explanation:
Input : list1 = [10, 20, 4]
Output : 4
Input : list2 = [20, 10, 20, 1, 100]
Output : 1
Similar questions