Python中的賦值、深拷貝與淺拷貝(內存地址)

Python中的賦值、深拷貝與淺拷貝(內存地址)   一、python中的可變對象與不可變對象 (1) 可變對象:dict,listpython def dict_test(): a = {} b = a print(id(a)) # 140367329543360 a['a'] = '
相關文章
相關標籤/搜索