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