Commit c40a2663 by BellCodeEditor

save project

parent c5a56c37
Showing with 8 additions and 2 deletions
...@@ -17,5 +17,12 @@ def momoling(): ...@@ -17,5 +17,12 @@ def momoling():
return total return total
a=momoling() a=momoling()
print(a)
print(a) def mao(mo):
\ No newline at end of file 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