Question: Need help to write this function with python. Thank 2. Write a function number pyramid(row) to generate a numpy array of number pyramid as below,
2. Write a function number pyramid(row) to generate a numpy array of number pyramid as below, and fill in the empty position with zero's. The input row indicates the number of rows in the pyramid Pyramid of Numbers 1 2 3 2 1 1 2 3 45 67 89 876 5 4 3 2 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
