Commit 849d6119 by BellCodeEditor

save project

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