# Python **Repository Path**: vip_williams/Python ## Basic Information - **Project Name**: Python - **Description**: Demo and other Python3 code - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-02 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python git clone https://github.com/Yonv1943/Python git config --global user.email "178320049@qq.com" git config --global user.name "Yonv" git init git add README.md git commit -m "first commit" git remote add origin git@github.com:Yonv1943/Python.git git push -u origin master