RosettaCodeData/Task/Arrays/Python/arrays-3.py

2 lines
64 B
Python
Raw Permalink Normal View History

2013-04-09 00:46:50 -07:00
myArray = [[0]* width] * height] # DOES NOT WORK AS INTENDED!!!