Run ❯
Get your
own
website
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
x = "hello" del x print(x)
x
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