numbers.py

Run Settings
LanguagePython
Language Version
Run Command
print(2 +4) print (2/4) print(type(2 +4)) print(type(2/4)) print(type(20+1.1)) print(9.9+1.1) print(2 ** 3) print(2 // 4) print (3 // 4) print(5 // 4) # gives int print(5/4) # gives float print (5 % 4)
Editor Settings
Theme
Key bindings
Full width
Lines