Commit d5be6205 by BellCodeEditor

save project

parent 00e0a22f
Showing with 13 additions and 5 deletions
...@@ -26,7 +26,3 @@ def sum(money): ...@@ -26,7 +26,3 @@ def sum(money):
price = [23,56,87,95] price = [23,56,87,95]
resurt=sum(price) resurt=sum(price)
print(resurt) print(resurt)
import func
data=func.new_input()
score=func.sum(data)
print('这位选手的总分数为:'+str(score))
\ No newline at end of file
import func
data=func.new_input()
score=func.sum(data)
print('这位选手的总分数为:'+str(score))
\ No newline at end of file
import func
data=func.new_input()
score=func.sum(data)
print('这位选手的总分数为:'+str(score))
\ 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