Untitled

Run Settings
LanguagePython
Language Version
Run Command
is_old = False is_licenced = True if is_old: print('you are old enough to drive!') elif is_licenced: print('you can drive now!') else: print('you are not of age') print('okoko')
Editor Settings
Theme
Key bindings
Full width
Lines