Python tutorial for beginners | Part 5 | Type conversion functions in python

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.

Source: https://www.youtube.com/watch?v=NzqgQeymHOs

Leave a Reply

Your email address will not be published. Required fields are marked *