Run ❯
Get your own website
❯Run Code Ctrl+Alt+R
Change Orientation Ctrl+Alt+O
Change Theme Ctrl+Alt+D
Go to Spaces Ctrl+Alt+P
var total = 10 total += 5 print(total) total -= 3 print(total) total *= 2 print(total) total /= 4 print(total)