Conditional Logic

Run Settings
LanguagePython
Language Version
Run Command
is_old = True is_licenced = True if is_old and is_licenced: print("You are old enough to drive, and you have a licence!") else: print("You are not old enough!")
Editor Settings
Theme
Key bindings
Full width
Lines