What is type casting in python
No Spam Please
Answers
Answered by
0
Answer:
The process of converting a Python data type into another data type is known as Type Casting. There are mainly two types of Type Casting methods in Python, namely, Implicit Type Casting and Explicit Type Casting.
Similar questions