jack-zheng
3/23/2018 - 11:32 AM

python, syntax, exercise

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)]