Attempt: 4

Reading: Type converter functions

In this section, we discuss type conversion in Python, which refers to changing the data type of an object.

There are two types of conversions: implicit and explicit. Implicit type conversion is handled automatically by Python, while explicit type conversion, also called type casting, is performed by the programmer using conversion functions. 

You have completed 0% of the lesson
0%