This program print the verse of "charlie was a pidgeon" 10 times, and finishes off with a cute little surprise. THE DEATH OF CHARLIE SHALL OCCUR!
#by Christopher O'Leary
#The death of Charlie!
def print_charlieVerse():
print "Charlie was a pidgeon, a pidgeon, a pidgeon."
print "Charlie was a pidgeon, a pidgeon that flew."
print "He flew in the morning, he flew in the night."
print "And when he came home he was covered in"
n=0
while n != 10:
print_charlieVerse()
n=n+1
print "This song is annoying, annoying, annoying."
print "This song is annoying, that much is true."
print "It pisses me off, how about you?"
print "If one more verse happens he will not sur"
print "CHARLIE WAS A PIDGEON, A PIDGEON, A PIDGEON!"
print "CHARLIE WAS A PIDGEON, A PIDGEON I SHOT!"