Computer Science, asked by Nicey9955, 4 months ago

Write the difference between implicit and explicit type conversion with the help of suitable python code.

Answers

Answered by rashidayub777
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