Question: Which of the following code samples will get a floating point number from the user? Group of answer choices A) number=float input Please enter a
Which of the following code samples will get a floating point number from the user?
Group of answer choices
A) number=float input "Please enter a number: "
B) number=float(input("Please enter a number: "))
C) number=input(float("Please enter a number: "))
D) number= input("Please enter a number: ")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
