OverIQ.com
Run (or Hit F9)
list3 = list(range(0, 100, 10)) # create a list of numbers from 0 to 100 # with step value of 10 print(list3)