Definition Return S right-justified in a string of length width. Padding is done using the specified fill character (default is a space). Syntax S.rjust(width[, fillchar]) -> str Parameters s=string width=numeric filchar=value Examples The return are as follow:
The returns are : | String functions
|