how to make a list of numbers from x to y code example Example: array of 1 to 100 python myList = list(range(1, 101))