Python - Operators and Expression Evaluation
Find the error in this code snippet:
num1 = 10 num2 = 5 result = num1 -+ num2 print(result)
num1 = 10 num2 = 5 result = num1 -+ num2 print(result)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions