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.



Discussion

No Comment Found