Source Code:
(back to article)
start = 5 end = 10 my_list = [x for x in range(start,end)] print(my_list)
Result:
Report an issue