Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新 Part.2.C 中 Python demo 失效链接 #1166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Part.2.C.why-start-from-writing-functions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
"\n",
"最起码把这其中的以下几个程序都精读一下,看看你自己的理解能力:\n",
"\n",
"> * [beer.py](https://github.com/python/cpython/blob/master/Tools/demo/beer.py) Well-known programming example: Bottles of beer.\n",
"> * [eiffel.py](https://github.com/python/cpython/blob/master/Tools/demo/eiffel.py) Python advanced magic: A metaclass for Eiffel post/preconditions.\n",
"> * [hanoi.py](https://github.com/python/cpython/blob/master/Tools/demo/hanoi.py) Well-known programming example: Towers of Hanoi.\n",
"> * [life.py](https://github.com/python/cpython/blob/master/Tools/demo/life.py) Curses programming: Simple game-of-life.\n",
"> * [markov.py](https://github.com/python/cpython/blob/master/Tools/demo/markov.py) Algorithms: Markov chain simulation.\n",
"> * [queens.py](https://github.com/python/cpython/blob/master/Tools/demo/queens.py) Well-known programming example: N-Queens problem.\n",
"> * [beer.py](https://github.com/gvanrossum/old-demos/blob/main/demo/beer.py) Well-known programming example: Bottles of beer.\n",
"> * [eiffel.py](https://github.com/gvanrossum/old-demos/blob/main/demo/eiffel.py) Python advanced magic: A metaclass for Eiffel post/preconditions.\n",
"> * [hanoi.py](https://github.com/gvanrossum/old-demos/blob/main/demo/hanoi.py) Well-known programming example: Towers of Hanoi.\n",
"> * [life.py](https://github.com/gvanrossum/old-demos/blob/main/demo/life.py) Curses programming: Simple game-of-life.\n",
"> * [markov.py](https://github.com/gvanrossum/old-demos/blob/main/demo/markov.py) Algorithms: Markov chain simulation.\n",
"> * [queens.py](https://github.com/gvanrossum/old-demos/blob/main/demo/queens.py) Well-known programming example: N-Queens problem.\n",
"\n",
"就算读不懂也没关系,把读不懂的部分标记下来,接下来就可以 “带着问题学习”……\n",
"\n",
Expand Down