Learning Scientific Programming with Python (2nd edition)

P8.1.1: Pascal's triangle

Question P8.1.1

Use scipy.special.binom to create a depiction of Pascal's triangle of binomial coefficients $\binom{n}{k}$ up to $n=8$.