score={'小明':95,'小红':90,'小李':94,} print(score.get('小明')) print(score.get('Tom')) print(score.get('Tom',60))