Commit 674936e7 by BellCodeEditor

auto save

parent 4d01de91
...@@ -2,4 +2,4 @@ import func ...@@ -2,4 +2,4 @@ import func
data=func.new_input() data=func.new_input()
score=func.sum(data) score=func.sum(data)
print("该鲨臂的总分数是",score) print("该选手的总分数是",score)
\ No newline at end of file \ No newline at end of file
...@@ -7,7 +7,7 @@ def new_input(): ...@@ -7,7 +7,7 @@ def new_input():
try: try:
a=int(unit) a=int(unit)
except: except:
print("请输入一个整数啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊,鲨臂,我艹了") print("请输入一个整数啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊,我艹了")
else: else:
total.append(a) total.append(a)
#print(total) #print(total)
......
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