# This editor can perform arithmetic operations (-40 + 25) * 8 2**8 - 2 # Also support variables minutes = 30 secondsPerMinute = 60 minutes * secondsPerMinute # Input is saved in local storage, so you can reload without lose changes
Total: