Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Programming habits that grid your gears

Name: Anonymous 2009-08-10 23:24

When people use _ as a loop variable like it's not going to be used, but they use it anyways.


for i,_ in enumerate(raw_input('>')):
    print i,ord(_)


Seriously.  That's what using _ is for, a dummy variable you won't use, asshats.

Name: Anonymous 2009-08-11 10:00

[code]while(grinds_my_gears())
{
    _++;
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List