summaryrefslogtreecommitdiffstats
path: root/Demo/scripts/beer.py
Commit message (Collapse)AuthorAgeFilesLines
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|
* Merged revisions 75348 via svnmerge fromMark Dickinson2009-10-111-0/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75348 | mark.dickinson | 2009-10-11 11:01:17 +0100 (Sun, 11 Oct 2009) | 1 line Set missing executable property on scripts ........
* Merged revisions 75322 via svnmerge fromGeorg Brandl2009-10-101-5/+11
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75322 | georg.brandl | 2009-10-10 23:47:31 +0200 (Sa, 10 Okt 2009) | 1 line Show use of range() step argument nicely. ........
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-4/+4
| | | | lingering print statements.
* 100 bottles of beer on the wall example.Guido van Rossum1998-12-211-0/+14
After a version by Fredrik Lundh that I found on the web somewhere. (I like mine better, but of course that may have to do with my alcohol consumption. :-)