aligning array

This commit is contained in:
Gabriel Augendre 2015-01-02 19:51:31 +01:00
parent fd778a61a5
commit ba8507d38a

View file

@ -3,7 +3,6 @@ __author__ = 'gaugendre'
from grid import Grid from grid import Grid
if __name__ == "__main__": if __name__ == "__main__":
# Doesn't need any 'two rows are not the same' # Doesn't need any 'two rows are not the same'
array = [['B', ' ', ' ', ' '], array = [['B', ' ', ' ', ' '],
['B', 'B', ' ', ' '], ['B', 'B', ' ', ' '],