Python -Liste zu Tupelpaaren nebeneinander
[(x,y) for x,y in zip(myList, myList[1:])]
Benja
[(x,y) for x,y in zip(myList, myList[1:])]