Hello friends,
Type conversion means turn one data type into another data type. So python has two types of type conversions.
1. implicit type conversion
2. explicit type conversion
In this video we are talking about explicit type conversion. We can use int, str, float, bool like function to do this type cast. We build a simple program for understand the type conversion functions in here.