Commit cc46a64a by BellCodeEditor

auto save

parent 0989ceef
Showing with 2 additions and 3 deletions
import random
def e():
total = []
while True:
......@@ -20,4 +19,4 @@ sum=0
a=0
for i in range(len(result)):
sum=sum+result[i]
print("这位选手的分数是"+str(sum))-
\ No newline at end of file
print("这位选手的分数是"+str(sum))
\ 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