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