Solved

For the Following Input Statement in Which the User Enters

Question 45

Multiple Choice

For the following input statement in which the user enters as input 35, what is displayed by the following
Age = input('Enter your age: ')
Print("You are", age//10, "decades old")


A) You are 3 decades old
B) You are 3.5 decades old
C) TypeError: unsupported operand type(s) for //: 'str' and 'int'

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions