Commit d0e97f84 by BellCodeEditor

save project

parent 33425262
Showing with 12 additions and 0 deletions
......@@ -4,3 +4,15 @@ for i in range(1,8):
break
print('第六个孩子逃过一劫。')
a=5
def fun1():
a=3
print(a)
b=4+a
print(b)
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