Commit 562d369f by BellCodeEditor

auto save

parent 4d7aa567
import func
a=func.shujiage()
b=func.qiuhe()
print(b)
\ No newline at end of file
......@@ -14,3 +14,11 @@ def shujiage():
return total
jiage=shujiage()
print(jiage)
def qiuhe(liebiao):
s=0
for i in liebiao:
s=s+i
return s
print(qiuhe(jiage))
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