Computer Science, asked by Vedank465, 6 hours ago

What is type casting in python

No Spam Please ​

Answers

Answered by olamideolajuyi19
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