Commit 257daf15 by BellCodeEditor

save project

parent a89b6ffb
Showing with 12 additions and 5 deletions
def add (x,y):
z = x + y
print('伞兵一号卢本伟',z)
return z
result = add(1,2)
print('家人们,我是伞兵',result)
\ No newline at end of file
......@@ -10,7 +10,7 @@ def gaiya():
except:
print('伞兵一号卢本伟')
else:
total.append(unit)
print(total)
gaiya()
\ No newline at end of file
total.append(unit)
return total
w=gaiya()
print(w)
\ 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