Commit 9f7f7678 by BellCodeEditor

save project

parent e1a2937a
...@@ -20,4 +20,4 @@ def sum(money): ...@@ -20,4 +20,4 @@ def sum(money):
count=count+i count=count+i
return count return count
print(sum(new_input())) #print(sum(new_input()))
\ No newline at end of file \ No newline at end of file
import func
list=func.new_input()
add=sum(list)
print("总分是"+str(add))
\ 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