Skip to content

smoil-ali/-cartesian-product-using-itertools.product-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

A = [1, 2] B = [3, 4]

AxB = [(1, 3), (1, 4), (2, 3), (2, 4)]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages