# Creates two variables; An index (num), and the value at that index (line) for num, line in enumerate(lines): print("{0:03d}: {}".format(num, line))