HomeReview of Python Basics Write a Python program to get the smallest number from a list. 0 Comments Facebook Twitter Q 33 = Write a Python program to get the smallest number from a list. Answer = lst = eval(input("Enter a list :-")) lst.sort() print("Smallest number :-", lst[0] )
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )