12. What is the difference between implicit type conversion and explicit type conversion ?

Implicit type conversion is done internally and automatically by Python where as Explicit type conversion is user defined conversion and forces an expression to be of specific type.