# myPython_Demo02 **Repository Path**: aicken-wang/myPython_Demo02 ## Basic Information - **Project Name**: myPython_Demo02 - **Description**: 学习pythonDemo02 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-01-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 这是一个python 爬虫项目 - git init - git add . - git status - git commint -m 'commit remark' - git remote add origin https://gitee.com/aicken-wang/myPython_Demo02.git - git push -u origin master # 新增一条克隆记录 - git clone https://gitee.com/aicken-wang/myPython_Demo02.git