[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Pyhon syntax



actually, now that i'm looking at it, the cursor object itself is iterable, so
you could even just say:

for row in cursor:
	print row[0], row[1]

or even:

for column1, column2 in cursor:
	print column1, column2



5265762e204a6f686e6e79204865616c6579