Conditional Logic

Run Settings
LanguagePython
Language Version
Run Command
is_old=True is_licence=True # if is_old: # print("You are too old") # elif is_licence: # print("You are ready to drive") # else: # ("drive") if is_old and is_licence: print("You are too old and have a licence") else: print("drive")
Editor Settings
Theme
Key bindings
Full width
Lines