Back to Browse

Python 3.x Using zip and zip(* __ ) with lists and tuples

1.9K views
Oct 5, 2016
3:50

Using zip to create tuples of numbers from two separate lists using x,y=zip(*myzipped) to get x and y coordinates from a list of pairs of numbers -for example (x, y) coordinates-

Download

0 formats

No download links available.

Python 3.x Using zip and zip(* __ ) with lists and tuples | NatokHD