while python rocks
The main loop in some Python programs looks like this:
while True:
do.something()Or even more boring:
while 1:
do.something()Make fun of it, guys! ;)
while 'Python rocks':
do.something()while 'TYPICAL TWITTER USER IS CHILLIN WITH HIS NIGGAZ':
do.something()