Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

0x00. Pascal's Triangle

About

  • Simple pascal's triangle generator

Task

Create a function def pascal_triangle(n): that returns a list of lists of integers representing the Pascal’s triangle of n: