PascalsTriangle

Calculates the Pascals Triangle, up to a given depth


License
MIT
Install
pip install PascalsTriangle==0.2

Documentation

PascalsTriangle

Simple script for calculating the Pascals Triangle, up to a given depth.

You can get it by downloading it directly or by typing:

$ pip install PascalsTriangle

After it is installed you can start it by simply typing in your terminal:

$ pascals-triangle 'integer representing desired depth(row) of a Pascals Triangle'