[go: nahoru, domu]

Skip to content

brucevoin/python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python

Show Me the Code Python version.

2015年8月10日更新: 【注】Pull Request 请提交你个人的仓库 URL 链接地址。

How to Add your solutions:

  • Fork this repo.
  • Create a folder named with your github name.
  • Create a folder named the problem num.
  • Add your solution in the folder.

For example, if you wanna add a solution for problem 0001, you should do like this:

  • Fork Show-Me-the-Code/python.
  • git clone YOUR_REPO_URL SOME_DIR.
  • cd SOME_DIR.
  • mkdir YOUR_GITHUB_USER_NAME.
  • cd YOU_GITHUB_USER_NAME.
  • mkdir 0001.
  • cd 0001.
  • and the write some code & test it.

If all these steps done, send us an pull request. After we accept your request, we'll invite you to this group.

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 56.8%
  • Python 27.1%
  • Jupyter Notebook 15.2%
  • C++ 0.3%
  • JavaScript 0.2%
  • C 0.2%
  • Other 0.2%