Commit 662c0104 by BellCodeEditor

auto save

parent 931b03ee
Showing with 6 additions and 0 deletions
score=[90,99,67,98,89,30,77,59,61,88]
name=['a','b','c','d','e','f','g','h','i','j']
for i in range(len(score)):
if score[i]<60:
print(name[i]+"的成绩:"+str(score[i]))
\ 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