Untitled

Run Settings
LanguagePython
Language Version
Run Command
is_magician = False is_expert = True if is_magician and is_expert: print("you are a expert magician") elif is_magician and not is_expert: print("atleast you are getting there") elif not is_magician: print("you need some magic")
Editor Settings
Theme
Key bindings
Full width
Lines