MyFreeWeb in English

float: both;

« Back to posts
  • Viewed
    times

Filed under

  • python
April 25, 2010

while python rocks

  • Edit
  • Delete
  • Tags
  • Autopost

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()
Tweet
  • 0 responses
  • Like
  • Comment