2 lines
64 B
Python
2 lines
64 B
Python
|
|
myArray = [[0]* width] * height] # DOES NOT WORK AS INTENDED!!!
|