Source Code:
(back to article)
my_list = list(range(0, 10, 2)) print(my_list)
Result:
Report an issue