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