CBSE Class 12 Computer Science Question 37 of 105

Python Revision Tour — Question 1

Back to all questions
1
Question

Question 1

The expression int(x) implies that the variable x is converted to integer.

Answer

True

Reason — int(x) explicitly converts variable x to integer type.