example of sequence in python Example: sequence in python # from = 0, to = 10, step/by = 2 even_list = list(range(0,10,2)) print(even_list)