Commit d5b9c572 by BellCodeEditor

save project

parent 084d059c
...@@ -12,15 +12,15 @@ def aa(): ...@@ -12,15 +12,15 @@ def aa():
total.append(unit) total.append(unit)
return total return total
ls=aa() # ls=aa()
def a(ls): def a(ls):
s=0 s=0
for i in ls: for i in ls:
s=s+i s=s+i
return s return s
a(ls) # a(ls)
hh=a(ls) # hh=a(ls)
print(hh) # print(hh)
import func
s=func.aa()
a=func.a(s)
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