Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Pascal Triangle #15

Open
akshitagupta15june opened this issue Sep 25, 2020 · 4 comments
Open

Create Pascal Triangle #15

akshitagupta15june opened this issue Sep 25, 2020 · 4 comments

Comments

@akshitagupta15june
Copy link
Member

Given an integer N, print Pascal Triangle upto N rows.
Input Format

Single integer N.
Constraints

N <= 10
Output Format

Print pascal triangle.
Sample Input

4

Sample Output

   1
 1   1

1 2 1
1 3 3 1

@akshitagupta15june
Copy link
Member Author

Add in patterns folder of python

@Sameera1994
Copy link
Contributor

Done

@Vibhugupta10616
Copy link

Hey @akshitagupta15june I would like to work on this as a part of Hacktoberfest. Pls assign me this.

@ghost
Copy link

ghost commented Oct 6, 2020

Hi! I can give you the code. Can you assign it to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants