+ 6 - 5 | § ¶Python Fun
Just think what all this small piece of code can do ![]()
while x <= 100:
... temp = urllib2.urlopen(address+prefix+str(x)+suffix)
... data = open(prefix+str(x)+suffix, ‘wb’ )
... data.write(temp.read())
... data.close()
... temp.close()
... x +=1
+ 10 - 5 | § ¶An Eyeful a Day Keeps the Doctor Away
Now I understand, why even though staring carelessly for the past 5 years, my health has not gone bad. ![]()
Staring at women’s breasts is good for men’s health and makes them live longer, a new survey reveals.

