Booleans

Run Settings
LanguagePython
Language Version
Run Command
# Booleans name = 'Harsh' is_cool = False # 0 is_cool = True # 1 print(bool(1)) print(bool(0))
Editor Settings
Theme
Key bindings
Full width
Lines