Commit ce1e3a69 by BellCodeEditor

auto save

parent 9c4fa246
Showing with 12 additions and 0 deletions
def fun1():
global a
a = 5
b = a +4
print(b)
a = 3
print("a:",a)
fun1()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment