Write the difference between implicit and explicit type conversion with the help of suitable python code.
Answers
Answered by
0
Explanation:
IMPLICIT CONVERSATION when python automatically converts the variable to a compatible type.
EXPLICIT CONVERSION is when the programmer convert the variableto the target type.
Similar questions