Day 6 - Typecasting in Python
The conversion of one data type into the other data type is known as type casting in python or type conversion in python.
Python supports a wide variety of functions or methods like: int(), float(), str(), ord(), hex(), oct(), tuple(), set(), list(),...
viveky.hashnode.dev2 min read