Commit 770a4d10 by BellCodeEditor

save project

parent e1dc2459
Showing with 11 additions and 0 deletions
def fun1():
a=3
print(a)
def fun2():
a=3
b=4+a
print(b)
fun1()
fun2()
\ No newline at end of file
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