---------------------------------------- > From: [email protected] [...] > Not in Python3.x >>>> decks = 6 >>>> list(range(13 * 4 * decks)) == range(13 * 4 * decks) > False > > AdiaĆ > Marc
What does "list(range(13 * 4 * decks))" returns in Python 3?
--
http://mail.python.org/mailman/listinfo/python-list
