The built-in Python str.ljust(length, fillchar) method returns a left-justified string by appending fill characters up to a certain length.
確定! 回上一頁