Q. Write a program to calculate the minimum element of a given list of numbers.

 

Answer =

 



lst = eval (input ("Enter the list of number : - "))
lst.sort()
print ("Minimum element of a list of numbers is ", lst[0])

 

2 Comments

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

  1. Code isn't working on pyroid

    ReplyDelete
    Replies
    1. Please tell me the error or send me screenshot.

      Delete

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post