Say I make a list of positive integers according to some criteria, as showed in the lines below:
N = 100 List_1 = range(12, N, 1) # Cancelling multiples of 1