Question: # Modify the line below name = input ( ' What is your name ? ' ) print ( f Type of name variable

#Modifythelinebelow
name=input('Whatisyourname?')
print(f"Typeofnamevariableis:{type(name)}.Itshouldbe")
#Modifythelinebelow
age=input('Whatisyourage?')
print(f"Typeofagevariableis:{type(age)}.Itshouldbe")
#Modifythelinebelow
height=input('Whatisyourheightinmeters?')
print(f"Typeofheightvariableis:{type(height)}.Itshouldbe")
#Modifythelinebelow
loyalty=input('Areyoupartofourloyaltyprogram?')
print(f"Typeofloyaltyvariableis:{type(loyalty)}.Itshouldbe")

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!