Computer Science, asked by Anonymous, 3 months ago

Explain Implicit, Explicit type conversion with example
on python​

Answers

Answered by sristy0924
2

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