[Tutor] Improving My Simple Game Code for Speed, Memory and Learning

WolfRage wolfrage8765 at gmail.com
Sun Jan 4 00:10:31 CET 2015


On 01/03/2015 04:42 PM, Dave Angel wrote:
> self.transposed_grid = list( zip(*self.grid) )
This results in the same thing with or with out the list() wrapper. Using
Python 3.4.0 (default, Apr 11 2014, 13:05:11)
[GCC 4.8.2] on linux


More information about the Tutor mailing list