19. A. is the smallest element of a
program that is meaningful to the
interpreter.
Answers
Answered by
3
lGiven a list of numbers, the task is to write a Python program to find the smallest number in given list.
Examples:
Input : list1 = [10, 20, 4]
Output : 4
Input : list2 = [20, 10, 20, 1, 100]
Output : 1
Method 1 : Sort the list in ascending order and print the first element in the list.
Similar questions
Computer Science,
2 months ago
Science,
2 months ago
Chemistry,
9 months ago
Economy,
9 months ago
Computer Science,
9 months ago