Untitled

Run Settings
LanguagePython
Language Version
Run Command
is_magician = False is_expert = True if is_magician == True and is_expert: print("You are a master magician") # if is_magician and is_expert: # print("You are a master magician") elif is_magician or is_expert: print("at least you're getting there") # elif is_magician is not is_expert: # print("at least you're getting there") else: print("You're need magic power") # elif not is_magician: # print("You're need magic power")
Editor Settings
Theme
Key bindings
Full width
Lines