Commit 398be738 by BellCodeEditor

save project

parent 3f2de8ae
Showing with 8 additions and 1 deletions
......@@ -16,7 +16,7 @@ def new_input():
return total
def sum(money):
cousin =0
for i in montey:
for i in money:
cousin =cousin+i
return cousin
......
import func
d = func.new_input()
s = func.sum(d)
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