On 5/26/2013 3:54 PM, Carlos Nepomuceno wrote:
----------------------------------------From: usenetm...@solar-empire.de[...]Not in Python3.xdecks = 6 list(range(13 * 4 * decks)) == range(13 * 4 * decks)FalseAdiaĆ MarcWhat does "list(range(13 * 4 * decks))" returns in Python 3?
A list, obviously. What you should ask is what range returns in Python 3, and you should install python 3 and try it, and list its attributes.
-- http://mail.python.org/mailman/listinfo/python-list