Buildin Function Python Tutorial

print range(0, 10, 3)
print range(0, 10, 2)
print range(-10, -100, -30)