@ -52,6 +52,7 @@ def print_lines (lines):
stdout.write('{}\n'.format(''.join(line)))
def translate(shape, x=0, y=0, space_char=' '):
## TODO implement a negative translation?
translated = [[] for _ in range(y)]
for line in shape: