π Type Conversion vs Type Casting β Whatβs the Difference?
π§ Both do the same thing:π They change one datatype into anotherBut the difference is in who does it:
PointType ConversionType Casting
What is it?Automatic conversion (done by Python)Manual conversion (done by us)
When it happens?Python doe...
safiakhatoon.hashnode.dev2 min read