Python Online compiler - OverIQ.com (original) (raw)

list2 = list(range(1, 101))  ## create a list of numbers from 1 to 100

print(list2)