Python icon indicating copy to clipboard operation
Python copied to clipboard

Demo and other Python3 code

Python

git clone https://github.com/Yonv1943/Python

git config --global user.email "*@qq.com"

git config --global user.name "Yonv"

git init

git add README.md

git commit -m "first commit"

git remote add origin [email protected]:Yonv1943/Python.git

git push -u origin master