Run »
×
Change Orientation
x = 300 def myfunc(): x = 200 print(x) myfunc() print(x)
200
300
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit