Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
x = 300 def myfunc(): x = 200 print(x) myfunc() print(x)
200
300