Commit 8fbcd76b by BellCodeEditor

save project

parent 32c0444b
...@@ -16,13 +16,9 @@ def momoling(): ...@@ -16,13 +16,9 @@ def momoling():
print("*"*30) print("*"*30)
return total return total
a=momoling()
print(a)
def mao(mo): def mao(mo):
count=0 count=0
for i in mo: for i in mo:
count=count+i count=count+i
return count return count
lin=mao(a)
print(lin)
import func
data=func.momoling()
print(data)
score=func.mao(data)
print(score)
\ 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