scores=[1000,1500,3000]
score=int(input("Какой рекорд вы хотите удалить?: "))
for item in scores:
if item == score:
del scores[item]
else:
continuedel scores[scores.index(item)][scores.pop(scores.index(item)) for item in scores if item == score]while [scores.co](http://scores.co)unt(score) > 0:
del scores[[scores.in](http://scores.in)dex(score)]