python for with double test
Szabolcs Nagy
nszabolcs at gmail.com
Fri Dec 30 12:12:44 EST 2005
More information about the Python-list mailing list
Fri Dec 30 12:12:44 EST 2005
- Previous message (by thread): python for with double test
- Next message (by thread): python for with double test
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
for i in range(0,10):
if f!=1: break
...
i=0
while i<10 and f==1:
...
i+=1
- Previous message (by thread): python for with double test
- Next message (by thread): python for with double test
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list