Pad delimited lines so all have equal field count.
lines (list of str) – Input lines.
sep (str) – Field separator.
fill (str) – Value to use for padding.
Lines with equal number of fields.
list of str