condit1

Run Settings
LanguagePython
Language Version
Run Command
def a(): print("hello") return None x=5 if print("outer if") else (print("second if true") \ if print("inner if") or 0 else a()) if print("outer if"): x=5 elif print("inner if") or 0: x=print("second if true") else: x=a()
Editor Settings
Theme
Key bindings
Full width
Lines