Cutting a deck of cards

Carlos Nepomuceno carlosnepomuceno at outlook.com
Sun May 26 15:54:44 EDT 2013


----------------------------------------
> From: usenetmail at solar-empire.de
[...]
> 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? 		 	   		  


More information about the Python-list mailing list