Conditional Logic

Run Settings
LanguagePython
Language Version
Run Command
is_old = True is_licenced = False if is_old and is_licenced: print('You are allowed to drive!') else: print("Get tf out of the car!")
Editor Settings
Theme
Key bindings
Full width
Lines