Commit cf5eaf14 by BellCodeEditor

save project

parent 7e145951
...@@ -17,5 +17,4 @@ def sum(total): ...@@ -17,5 +17,4 @@ def sum(total):
for i in total: for i in total:
count += i count += i
return count return count
a = new_input()
print(sum(a))
import func
a=func.new_input()
print('你的游泳成绩是:',func.sum(a))
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