Commit d0e97f84 by BellCodeEditor

save project

parent 33425262
Showing with 13 additions and 2 deletions
...@@ -3,4 +3,16 @@ for i in range(1,8): ...@@ -3,4 +3,16 @@ for i in range(1,8):
if i==5: if i==5:
break break
print('第六个孩子逃过一劫。') print('第六个孩子逃过一劫。')
\ No newline at end of file
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