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

2 lines
64 B
Python

myArray = [[0]* width] * height] # DOES NOT WORK AS INTENDED!!!