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
try: x = "hello" + 15 except TypeError: print("Please convert to string before concatenate") except: print("Something else went wrong")
Please convert to string before concatenate