Get your own Python server Result Size: 625 x 565
x
 
newlist = [x for x in range(10)]
print(newlist)
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]