Run ❯
Get your
own Python
server
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
x = "Hello" try: print(x.toUpperCase()) except AttributeError: print("Opps! Strings do not have a toUpperCase method!") except: print("Something else went wrong")
Oops! Strings do not have a toUpperCase method!