Python - Operators and Expression Evaluation
What is the output of the following code?
result = 10 - 3 * 2 + 4 // 2 print(result)
result = 10 - 3 * 2 + 4 // 2 print(result)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions