Commit cc5284c2 by BellCodeEditor

save project

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