Commit 849d6119 by BellCodeEditor

save project

parent 87e0cd94
Showing with 9 additions and 3 deletions
...@@ -13,5 +13,11 @@ def hua(): ...@@ -13,5 +13,11 @@ def hua():
else: else:
total.append(unit) total.append(unit)
return total return total
a=hua() def sum(kju):
print(a) qpo=0
\ No newline at end of file for i in kju:
qpo=qpo+i
return qpo
g=hua()
d=sum(g)
print(d)
\ 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