KnowledgeBoat Logo

Computer Science

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

Python Funda

2 Likes

Answer

True

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

Answered By

1 Like


Related Questions