Question: Suppose the following code was running: age = input ( Enter your current age: ) height = input ( Enter your current

Suppose the following code was running:
age = input("Enter your current age: ")
height = input("Enter your current height in inches: ")
If a user enters in 20(age) and 65.5(height), what is the type of age and height?
str, str
str, float
int, float
float, float
Suppose the following code was running: age =

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!