Five-Loop-Haiku

count=0
for i in range(5):
    if count == 5:
       print "The algorithm is bored, \n please find a new god, \n who can count to more than five."
    else:
       count += 1
       pass 

#(c) FaSt