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()