Python - Data Types as Values
Identify the error in this code:
value = 3.5
value = int(value) + '2'Identify the error in this code:
value = 3.5
value = int(value) + '2'15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions