You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why does the F5 run get stuck when I set “remove all variables before execution”?
I have to click the “remove all variables ” button in the console
the program is simple:
x=100
print('x=',x)
print('200 + 200 + 300=',200 + 200 + 300)