powered by
str
width
fillchar
nchar(str)
pystr_rjust(str, width, fillchar = " ")
pystr_ljust
pystr_rjust("right", 10) pystr_rjust("right", 10, "*")
Run the code above in your browser using DataLab