Update README.md
This commit is contained in:
parent
6c28fd80f2
commit
687952bc57
1 changed files with 5 additions and 0 deletions
|
@ -1,2 +1,7 @@
|
|||
# Python-Pascals-Triangles
|
||||
Generates (and filters) Pascal's triangles just for you.
|
||||
Requires Python 2.7.
|
||||
|
||||
If you want to find out how to use the code without the I/O access, look into main.py. It's only 32 lines,
|
||||
which are 50% String and ~12% empty lines. the rest should be quite easily understanfdable code, even for beginners.
|
||||
Have Fun!
|
||||
|
|
Loading…
Reference in a new issue