Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 317 Bytes

File metadata and controls

8 lines (5 loc) · 317 Bytes

Starmap

  • The starmap function from the itertools module applies a given function to arguments unpacked from tuples in an iterable. It is useful when the function takes multiple arguments, and the input iterable contains tuples of arguments.

Examples