Commit 579f3d54 by BellCodeEditor

auto save

parent d63bca5e
Showing with 1 additions and 8 deletions
def fun1():
a = 3
print(a)
def fun2():
b = a+4
print(b)
fun1()
fun2()
print(6/3)
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