Searched refs:row_text (Results 1 – 1 of 1) sorted by relevance
93 def print_in_row(row_text): argument94 row_text = "#### " + row_text + " "95 fill = "#" * (_LINE_LENGTH - len(row_text))96 print(row_text + fill)