pyhon의 shoallow/deep copy@Pythhon Tutor를 한눈에 알 수 있습니다.org

1073 단어 copyPython

코드의 링크는 여기에 있습니다
  • http://www.pythontutor.com/visualize.html#code=list_src++%3D+%5B1,%5B2,3%5D,4%5D%0Alist_dst1+%3D+list_src%0Alist_dst2+%3D+list_src%5B%3A%5D%0A%0Aimport+copy%0Alist_dst3+%3D+copy.copy(list_src%29%0Alist_dst4+%3D+copy.deepcopy(list_src%29&mode=display&origin=opt-frontend.js&cumulative=false&heapPrimitives=false&textReferences=false&py=2&rawInputLstJSON=%5B%5D&curInstr=6
  • 좋은 웹페이지 즐겨찾기