ソフトウェアエンジニアの技術ブログ:Software engineer tech blog
随机应变 ABCD: Always Be Coding and … : хороший
s = ‘1234’ print(s.zfill(10))
$ python3 test.py 0000001234