Python Type Conversion
In this tutorial, we will learn about the Python Type conversion with the help
of examples.
In programming, type conversion is the process of converting data of one
type to another. For example: converting int data to str .
There are two types of type conversion in Python.
Implicit Conversion - automatic type conversion
Explicit Conversion - manual type conversion