>>> product([0, 1], repeat=3)
[(0, 0, 0), (0, 0, 1), (0, 1, 0), (0, 1, 1), ..., (1, 1, 1)]
#A few cheat sheets related with python, data wrangling and data visualization. Even with a perfect understanding of python and its libraries
https://www.python-graph-gallery.com/cheat-sheets/
https://www.askpython.com/