- I wrote it to help out a friend with his curiosity to visualize the Pascal's triangle with only odd values being visible.
- The
pascal_data.csv
was created using a spreadsheet inspired by Making Mathematics 1999 - 2002.
- Python 3.x
PIL
(Pillow) library
To install Pillow, run:
pip install pillow