Commit f1baf2fe by BellCodeEditor

save project

parent 17a96ad7
Showing with 17 additions and 0 deletions
score=[]
score=[]
for i in range(10):
score.append(input())
print(score[2:3])
print(score[0:7])
score.insert(2,'59')
num=str('76')
if num in score:
print('有')
else:
print('无')
print(len(score))
sw=score.pep(-1)
print(sw)
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