Hello how can I make a list of numbers that will increase by an x amount until the range is complete. Like I want set = [i for i in range(2,11)] I want the cont
set = [i for i in range(2,11)]