From dae15e7f49bb71c7529589ad01100ee86cba990e Mon Sep 17 00:00:00 2001 From: LSGOMYP Date: Fri, 31 Jul 2020 18:57:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E5=86=85=E5=AE=B9=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PythonLanguage/09. 字典.md | 2 +- readme.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/PythonLanguage/09. 字典.md b/PythonLanguage/09. 字典.md index 7ca1711..0f8da98 100644 --- a/PythonLanguage/09. 字典.md +++ b/PythonLanguage/09. 字典.md @@ -300,7 +300,7 @@ print("字典删除后长度 : %d" % len(dic)) ```python dic1 = {'Name': 'Lsgogroup', 'Age': 7, 'Class': 'First'} dic2 = dic1.copy() -print("dic2") +print(dic2) # {'Age': 7, 'Name': 'Lsgogroup', 'Class': 'First'} ``` 【例子】直接赋值和 copy 的区别 diff --git a/readme.md b/readme.md index 0af7221..d6de96a 100644 --- a/readme.md +++ b/readme.md @@ -13,6 +13,8 @@ - [编程实践(Python 爬虫)](https://github.com/datawhalechina/team-learning-program/tree/master/WebSpider) + + # 备注 有关组队学习的开源内容