The expression int(x) implies that the variable x is converted to integer.
True
Reason — int(x) explicitly converts variable x to integer type.