Commit e0acd5b0 by BellCodeEditor

save project

parent 3fa7ff42
Showing with 11 additions and 2 deletions
......@@ -11,5 +11,14 @@ def lbwnb():
print("nm")
else:
total.append(unit)
return(total)
print(total)
lbwnb()
\ No newline at end of file
def sum(qian):
count=0
for i in qian:
count=count+i
return count
result=lbwnb()
pay=sum(result)
print(pay)
\ 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