2.7. Type converter functions
Completion requirements
View
Go through the activity to the end
Receive a grade
Receive a passing grade
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.