2017-03-19 14:12:07 +01:00
|
|
|
# Python-Pascals-Triangles
|
2017-03-19 14:13:54 +01:00
|
|
|
Generates (and filters) Pascal's triangles just for you.
|
2017-03-20 12:39:42 +01:00
|
|
|
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,
|
2017-03-20 12:42:01 +01:00
|
|
|
which are 50% String and ~12% empty lines. the rest should be quite easily understandable code, even for beginners.
|
|
|
|
If you need help with anything regarding this repo, feel free to contact me via github or open an issue.
|
|
|
|
|
2017-03-20 12:39:42 +01:00
|
|
|
Have Fun!
|