Commit 1064fc9d by BellCodeEditor

save project

parent 5f85bf2b
import func
sbb=func.new_input()
dsb=func.sum(sbb)
print("这位选手总分为:"+str(dsb))
...@@ -20,7 +20,7 @@ def sum(ff): ...@@ -20,7 +20,7 @@ def sum(ff):
return count return count
dff=new_input() # dff=new_input()
print(dff) # print(dff)
sum1=sum(dff) # sum1=sum(dff)
print(sum1) # print(sum1)
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