RosettaCodeData/Task/Arrays/Python/arrays-5.py

4 lines
72 B
Python
Raw Permalink Normal View History

2013-04-09 00:46:50 -07:00
myArray = list()
for x in range(height):
myArray.append([0] * width)