akshitagit / akshitagit/Python

Create Pascal Triangle

オープン
#15 コメント 4 件 リアクション 0 件 担当者 0 名 GitHub で見る
hacktoberfest moderate pattern
主要言語
Python
スター
124
フォーク
109
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。