Commit 674936e7 by BellCodeEditor

auto save

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