Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 299 Bytes

File metadata and controls

8 lines (6 loc) · 299 Bytes

PascalTrianglePython

A small program to print a pascal triangle in the cmd python 3.x

to run open a terminal type >python "pathToFile/PascalTriangle.py" numberOfLineWanted example for 10 lines in a home folder : >python "home/PascalTriangle.py" 10

to install python go to https://www.python.org