Run
#take a range a = range(4,10) #convert range object into list output = list(a) print(output)
Output