• Stars
    star
    605
  • Rank 73,554 (Top 2 %)
  • Language
    Python
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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