-
chararray.ljust(width, fillchar=' ')[source] -
Return an array with the elements of
selfleft-justified in a string of lengthwidth.See also
char.ljust
chararray.ljust()
2025-01-10 15:47:30
chararray.ljust(width, fillchar=' ') [source]
Return an array with the elements of self left-justified in a string of length width.
See also
char.ljust
Please login to continue.