noqqe » blog | sammelsurium | photos | projects | about

Python | cryzed bashing

2009-09-24 @ cryzed, development, python

nerd-battle disziplin: pythonjamsession

#!/usr/bin/python
def omgwtfbbq():
while True:
  s = raw_input('cryzeds mom is ')
  if s == 'the end of the world':
    break
  else:
    print 'this ones for you chris: '
    print 'your mom is', s
  continue
omgwtfbbq()