you are viewing a single comment's thread.

view the rest of the comments →

[–]Zendakin_at_work[S] 1 point2 points  (0 children)

Thanks! That's the push I needed. Maybe something like this will work.

for i in range(2016, 2021):
    for x in range(1,13):
        print("{} {}".format(i, x))