previously I made a code that tested the variables my_list[x] and my_list[x+1] in a for loop. I was wondering if I could do the same with three variabl
my_list[x]
my_list[x+1]