-
chararray.rjust(width, fillchar=' ')
[source] -
Return an array with the elements of
self
right-justified in a string of lengthwidth
.See also
char.rjust
chararray.rjust()
2017-01-10 18:07:56
chararray.rjust(width, fillchar=' ')
[source]
Return an array with the elements of self
right-justified in a string of length width
.
See also
char.rjust
Please login to continue.