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) + + # 备注 有关组队学习的开源内容