Daftar Python ke Tuple Pasangan Berdekatan
[(x,y) for x,y in zip(myList, myList[1:])]
Benja
[(x,y) for x,y in zip(myList, myList[1:])]