MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / pascaltriangle.py

File pascaltriangle.py

Python/pascaltriangle.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1
2from math import factorial
3
4n = 5

Callers

nothing calls this directly

Calls 2

factorialFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected