Answer the question
In order to leave comments, you need to log in
How to leave a line break and display tables in a normal way in atom runner?
Good day.
In atom runner, when displaying a table, I get it uneven.
Example:
mytable = PrettyTable()
mytable.field_names = ["column 1", "column 2"]
mytable.add_rows(
[
["string", 1],
["string", 2],
]
)
mytable.align = "c"
print(mytable)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question