Python For Beginner's Day - 5
-> Numeric Data Types Conversion:
Conversion is possible using int(), float() and complex() methods, but complex numbers cannot be converted to another number type.
-> Casting:
Casting can be done using constructor functions, int(), float()...
pythonbeginners.hashnode.dev2 min read