Commit 47b4e6de by BellCodeEditor

save project

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