Computer Science, asked by sirasapallimanasa, 1 year ago

what is the python program to print pascal triangle.

Answers

Answered by dhirendra11088
0

Answer:

Python progam

Explanation:

Make outer iteration i from 0 to n times to print the rows. Make inner iteration for j from 0 to (N – 1).

Similar questions