InterviewSolution
Saved Bookmarks
| 1. |
How will you get a space-padded string with the original string left-justified to a total of width columns? |
|
Answer» ljust(width[, fillchar]) − Returns a space-padded string with the original string left-justified to a total of width columns. |
|