Accept a list of 5 float numbers as an input from the user using python programming
belongs to collection: Python Input and Output Exercises
All Answers
total answers (1)
belongs to collection: Python Input and Output Exercises
total answers (1)
Hint:
numbers
input()
function to take input from a userfloat()
constructornumbers
list using theappend()
functionSolution:
need an explanation for this answer? contact us directly to get an explanation for this answer