create a ranged list of numbers by 50 python code example Example: array of 1 to 100 python myList = list(range(1, 101))