MATH OPERATIONS: Every powerful programming language can do math! Python is no exception.

Remember that Python math follows the order of operations. Use PEMDAS if you're mixing operators!

  • Practice using the Python math operators by fixing the equations to make a correct phone number pad.
  • Use any combination of +, -, *, and / to get numbers 1 through 9 and 0!
  • Don't change the numbers in the equations. Create a new equation by only changing the operators!

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)