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:

Verified
Correct Answer:
Verified
Q40: The built-in _ function of Python can
Q41: Subexpressions may not contain subexpressions of their
Q42: Values can be converted from one data
Q43: The format function is only for use
Q44: The following expression is an example of<br>(float)
Q46: A variable in Python is an identifier
Q47: Assume that variables k and num have
Q48: Match the respective data types with their
Q49: Indicate what is displayed by the following
Q50: Give two expressions in Python, one using