Your IP : 216.73.216.213
3
� fB � @ s� d Z ddlZdZejdd� r,eejd �Zdd� ZxLeedd�D ]<Zeee�d� eee�d � ed � eeed �d
� qBW dS )z�
A Python version of the classic "bottles of beer on the wall" programming
example.
By Guido van Rossum, demystified after a version by Fredrik Lundh.
� N�d � c C s$ | dkrdS | dkrdS t | �d S )Nr zno more bottles of beerr zone bottle of beerz bottles of beer)�str)�n� r �4/opt/alt/python36/lib64/python3.6/Tools/demo/beer.py�bottle s
r zon the wall,�.zTake one down, pass it around,zon the wall.���) �__doc__�sysr �argv�intr �range�i�printr r r r �<module> s