python 0 fill string code example Example 1: pad zeros to a string python Click to copymy_str='9' my_str.zfill(2) Example 2: fill zero behind number python Click to copyf_num.strip().zfill(2)