About this challenge

i am not getting the logic to solve this problem, help me to solve this.

hello @manoj2597
r u aware of pascal triangle ?
it is triangular array of binomial coefficients.
u have to print the same with some formatting (u need add some spaces in start of each row ).

formula we use to calculate binomial coefficient is
ncr= factorial(n)/ ( factorial(n-r) * factorial( r) )

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.