2019-03-30 Python一些细节知识
2019-03-30 本文已影响0人
张公子在这等你
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)