(02, 03, 04, 05, 14) using .format?
Yes
U can trace the array(or whatever iterable it is) as a and print "0%2d" %a. The code would be: for i in range(len(List)): print("0%2d" %List[i])
Обсуждают сегодня