Your IP : 216.73.216.196
B
� 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/python37/lib64/python3.7/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