Skip to content

Implemented a Pascal triangle generator #7317

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

Merged
merged 13 commits into from
Oct 30, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update other/pascal_triangle.py
Removed personal info

Co-authored-by: Paul <56065602+ZeroDayOwl@users.noreply.github.com>
  • Loading branch information
wissamfawaz and ZeroDayOwl authored Oct 16, 2022
commit cc6be0638ed38d47ca7e45e5dd7782bc6f9b00a5
1 change: 0 additions & 1 deletion other/pascal_triangle.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""
wissamfawaz12@gmail.com | github.com/wissamfawaz
This implementation demonstrates how to generate the
elements of a Pascal's triangle.
What is Pascal's triangle?
Expand Down