python/2024-7-6-3.py

3 lines
65 B
Python
Raw Permalink Normal View History

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