Day07 - Typecasting in Python
Typecasting:
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(...
codingsplash.hashnode.dev3 min read