how to specify range in python with 2 values code example Example: array of 1 to 100 python myList = list(range(1, 101))