Python不能丢啊。
deq = dict.fromkeys(['1','2','3'],['mjb'])
print(deq)
deq['3'].append('m')
print(deq)
Python不能丢啊。
deq = dict.fromkeys(['1','2','3'],['mjb'])
print(deq)
deq['3'].append('m')
print(deq)
本文标题:2019-03-30 Python一些细节知识
本文链接:https://www.haomeiwen.com/subject/pwujbqtx.html
网友评论