I am currently learning Python and I have seen that using list(range(start,stop,step)) we can create a sequence of numbers going from start to
list(range(start,stop,step))
start