[Type A] Python Revision Tour-1 – Chapter 1
Table of Contents
16. What is the difference between implicit type conversion and explicit type conversion?
Implicit type conversion, also known as coercion, occurs automatically during the execution of an operation when data types are compatible. Explicit type conversion, also known as type casting, is done explicitly by the programmer using predefined functions to convert data from one type to another.