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" del x print(x)
Traceback (most recent call last):
File "demo_ref_keyword_del2.py", line 5, in <modulegt;
print(x)
NameError: name 'x' is not defined