Python - Variables and Dynamic Typing
Find the error in this code snippet:
num = 10 num = 'twenty' print(num + 5)
num = 10 num = 'twenty' print(num + 5)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions