Computer Science, asked by swati07022005, 6 months ago

difference between type casting and type promotion in python​

Answers

Answered by krishna2833
1

Answer:

Implicit Type Conversion is automatically performed by the Python interpreter. Python avoids the loss of data in Implicit Type Conversion. Explicit Type Conversion is also called Type Casting, the data types of objects are converted using predefined functions by the user.

Similar questions