puts 7 + 5 # addputs 20 - 8 # subtractputs 2 * 6 # multiplyputs 144 / 12 # divideputs 12**2 # exponentputs 12 % 5 # modulo (remainder of division)