Commit c40a2663 by BellCodeEditor

save project

parent c5a56c37
Showing with 8 additions and 1 deletions
......@@ -17,5 +17,12 @@ def momoling():
return total
a=momoling()
print(a)
def mao(mo):
count=0
for i in mo:
count=count+i
return count
lin=mao(a)
print(lin)
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