The zfill() method returns a copy of the string with '0' characters padded to the left. The syntax of zfill() in Python is: str.zfill(width) ...
確定! 回上一頁