You can do this with str.ljust(width[, fillchar]) : Return the string left justified in a string of length width. Padding is done using the ...
確定! 回上一頁