Untitled

Run Settings
LanguagePython
Language Version
Run Command
r = 1 print("Hello World!") if r >1: print("hello world") print ((1+1+r)*4) y = 1 print(r+y) d1 = 3 print(d1) c = 0.1 x = 20 print(0.1) print(id,(c)) print(id(r)) print(type(1), type(0.1)) x = "fuck you too" print(id(x), type(x)) print("fuck you") print(x[10], x[11]) from math import * #print(globals()) print(1== True) print(0 != True)
Editor Settings
Theme
Key bindings
Full width
Lines