create a list of 100 numbers in python code example Example: how to make list every 100 numbers in python x = list(range(0,101))