akshitagit / akshitagit/Python
Create Pascal Triangle
Abierto
hacktoberfest
moderate
pattern
- Lenguaje dominante
- Python
- Estrellas
- 124
- Forks
- 109
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.