python字典问题?

2025-05-05 10:02:05
推荐回答(3个)
回答1:

a={3:2,4:5,123:1}

del a[[b for b in a][int(input())]]

print(a)

回答2:

回答3: