-
chararray.ljust(width, fillchar=' ')
[source] -
Return an array with the elements of
self
left-justified in a string of lengthwidth
.See also
char.ljust
chararray.ljust()
2017-01-10 18:07:49
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.