Which of the following statements is correct about explicit type conversion in Python?
-
It is done automatically by the interpreter
-
It is done by using built-in functions such as int(), float(), str(), etc.
-
It is done by using the type() function
-
It is not possible in Python
Answer:
Answer by student
b. It is done by using built-in functions such as int(), float(), str(), etc.
Detailed answer by teachoo
The rest of the post is locked. Join Teachoo Black to see the full post.