Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#The try block will generate an error, because x is not defined: try: print(x) except: print("An exception occurred")
An exception occurred