LOGICAL OPERATORS WAY 02

Run Settings
LanguagePython
Language Version
Run Command
is_magician = True is_expert = False if is_magician and is_expert : print('you\'re a master magician') elif is_magician and not is_expert : print('you\'re getting there') elif not is_magician : print('you need powers')
Editor Settings
Theme
Key bindings
Full width
Lines