Python zfill () method adds zeros at the beginning of a string until the desired length. For example "Hello".zfill(10) returns "00000Hello".
確定! 回上一頁