12. Python: Data Type Conversion

6 months ago
93

The process of converting the value of one data type (integer, string, float, etc.) to another data type is called Type Conversion. Python has two types of type conversion. Implicit Type Conversion. Explicit Type Conversion.

Loading comments...