The Wayback Machine - https://web.archive.org/web/20210104094503/https://github.com/Show-Me-the-Code/python
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
del
Jun 1, 2015
Nov 25, 2016
del
Jun 1, 2015
Feb 11, 2017
Jun 18, 2016
Mar 15, 2017
Oct 29, 2015
Dec 21, 2015
Sep 15, 2015
Jul 9, 2015
Dec 1, 2014
del
Jun 1, 2015
del
Jun 1, 2015
del
Jun 1, 2015
Jan 6, 2015
Jun 30, 2015
del
Jun 1, 2015
Feb 16, 2015
Jun 10, 2015
Nov 15, 2016
del
Jun 1, 2015
del
Jun 1, 2015
Sep 13, 2015
del
Jun 1, 2015
del
Jun 1, 2015
Mar 22, 2016
del
Jun 1, 2015
Aug 5, 2017
Mar 25, 2015
Aug 25, 2015
Jun 5, 2016
del
Jun 1, 2015
Sep 1, 2015
Feb 10, 2015
Apr 2, 2017
Sep 12, 2016
del
Jun 1, 2015
PE1
Jul 27, 2015
Jun 18, 2016
del
Jun 1, 2015
Oct 26, 2016
del
Jun 1, 2015
Jan 21, 2015
May 11, 2015
May 11, 2015
Apr 7, 2017
Mar 23, 2016
Jun 13, 2016
python
Jan 7, 2016
Apr 2, 2015
Apr 26, 2016
Mar 20, 2016
Dec 16, 2015
Dec 20, 2016
Jan 15, 2015
Sep 17, 2017
Feb 16, 2017
Sep 18, 2017
May 9, 2015
Nov 28, 2014
Aug 29, 2017

README.md

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.

You can’t perform that action at this time.