Skip to content

Repository files navigation

Pascal's Triangle

This project contains tasks for working with Pascal's triangle.

Tasks To Complete

  • 0. Pascal's Triangle
    0-pascal_triangle.py contains a function def pascal_triangle(n): that returns a list of lists of integers representing the Pascal's triangle of n:
    • Returns an empty list if n <= 0.
    • You can assume n will be always an integer.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages