Computer Science, asked by latoesraj, 4 months ago

Write a Python Program to input two integer number and print smallest number.

Answers

Answered by THELEGENDKINGDOM
3

Answer:

Explanation:

Input : list1 = [10, 20, 4]

Output : 4

Input : list2 = [20, 10, 20, 1, 100]

Output : 1

Similar questions