В Срд, 20/01/2010 в 12:15 +0200, Oleg Tsymaenko пишет: > ============= hello.py ========================= > x=0 > for i in range(0,100000000): > x+=1.1*i > i+=1; > print "i=%d;" % i, " x=%.2f" % > > ================================================
Руки зачесались:
x=0
for i in xrange(0,100000000):
x+=1.1*i
i+=1;
print "i=%d;" % i, " x=%.2f" %
--
DamirX
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

