# python_study **Repository Path**: paulpyang/python_study ## Basic Information - **Project Name**: python_study - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-16 - **Last Updated**: 2021-09-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python_study python 学习记录 ## [python基础教程](https://www.runoob.com/python/python-tutorial.html) ## [列表操作](https://www.runoob.com/python3/python3-list.html) ## 编码注意事项 - **python 代码中有中文时,一定要记得加以下这行代码** ``` # -*- coding: UTF-8 -*- ```