Conditional Logic

Run Settings
LanguagePython
Language Version
Run Command
# Conditional Logic is_old = True is_licenced = True if is_old and is_licenced: print('you are old enough yo drive!') else: print('check') print('okkkkk')
Editor Settings
Theme
Key bindings
Full width
Lines