From 687952bc578d45e07e53ec8ac797be3af113b50e Mon Sep 17 00:00:00 2001 From: TheLie0 Date: Mon, 20 Mar 2017 12:39:42 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e4e4144..c139282 100644 --- a/README.md +++ b/README.md @@ -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!