Commit 5db19e39 by BellCodeEditor

save project

parent bc181077
Showing with 12 additions and 0 deletions
a=10
b=10
def f1():
a=a+b
def f2():
b=b+a
f1()
f2()
\ 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