python, syntax, exercise
we got a list as: [a, b, c, d, e, f, g], find a way to return something like [(a, b), (b, c), (c, d)...(f, g)]