3 lines
65 B
Python
3 lines
65 B
Python
|
score=dict.fromkeys(('小明','小红','小李'),0)
|
||
|
print(score)
|