Commit d5b9c572 by BellCodeEditor

save project

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