What are the difference between implicit type conversion and explicit type conversion ?

Implicit type conversion is done internally by python interpreter and explicit type conversion is done by user or program using type casting operator or method.

error: Content is protected !!