Commit 903beb7a by BellCodeEditor

save project

parent 3a51300b
......@@ -15,13 +15,13 @@ def new_input():
total.append(unit)
return total
result=new_input()
print(result)
#result=new_input()
#print(result)
def effeer(list):
sum=0
for i in list:
sum=sum+i
return sum
result=effeer
print(result)
#result=effeer
#print(result)
import func
data=func.new_input()
new_input=func.effeer(data)
print("选手分数为:"+str(new_input))
\ 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