for i in [1,2,3,4,5,6,7,8,9,10,11,12]: # For every integer value from 1 to 12 print(i, "\ttimes 7 is:\t", i * 7)