Operator precedence exercise 1

Run Settings
LanguagePython
Language Version
Run Command
# Guess the output of each answer before you click RUN # Try to write down your answer before and see how you do... keep it mind I made it a little tricky for you :) print((5 + 4) * 10 / 2) print(((5 + 4) * 10) / 2) print((5 + 4) * (10 / 2)) print(5 + (4 * 10) / 2) print(5 + 4 * 10 // 2)
Editor Settings
Theme
Key bindings
Full width
Lines