Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.26 KB | None | 0 0
  1. b,o,w=' bottle',' of beer',' on the wall';x=('s','')
  2. for i in range(1,100)[::-1]:print'%d%s%s%s%s, %d%s%s%s.\n%s, %d%s%s%s%s.\n'%(i,b,x[i==1],o,w,i,b,x[i==1],o,('Take one down and pass it around','Go to the store and buy some more')[i==1],(i-1,99)[i==1],b,x[i==2],o,w)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement