Get your
own Python
server
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
x = "hello" try: assert x == "goodbye" except AssertionError: print("Error in assert statement") except: print("Something else went wrong")
Error in assert statement