What is type conversion?
(Plz don't copy paste, sometimes it doesn't help)
Answers
Answered by
4
Explanation:
Type Conversion is the conversion of object from one data type to another data type. Implicit Type Conversion is automatically performed by the Python interpreter. Python avoids the loss of data in Implicit Type Conversion.
Answered by
5
Explanation:
There are two types of type conversion: Also known as ‘automatic type conversion’. Done by the compiler on its own, without any external trigger from the user. Generally takes place when in an expression more than one data type is present. In such condition type conversion (type promotion) takes place to avoid lose of data.
Similar questions