Список Python для пары кортежей прилегает
[(x,y) for x,y in zip(myList, myList[1:])]
Benja
[(x,y) for x,y in zip(myList, myList[1:])]