26.
Python’s _______ cannot be used as variable name.
True/False Questions
27.
The expression int(x) implies that the variable x is converted to integer.
(a) True
(b) False
28
The value of the expressions 4/(3*(2 – 1)) and 4/3*(2 – 1) is the same.
(a) True
(b) False
29
The value of the expressions 4/(3*(4 – 2)) and 4/3*(4 – 2) is the same.
(a) True
(b) False
30
The expression 2**2**3 is evaluated as: (2**2)**3.
(a) True
(b) False