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