2 lines
61 B
Python
2 lines
61 B
Python
|
|
myArray = [[0 for x in range(width)] for y in range(height)]
|