python/2024-7-6-3.py

3 lines
65 B
Python

score=dict.fromkeys(('小明','小红','小李'),0)
print(score)