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