Ejemplo n.º 1
0
def draw_all(tiler: Tiler):
    for x in range(row_count):
        print(tiler.get_row_text(x))