Python - Variables and Dynamic Typing
Identify the error in this code:
score = 15 print(scor)
score = 15 print(scor)
score, but scor is used in print.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions