From afd828ed2d8569994ca6cb369687d8547b578488 Mon Sep 17 00:00:00 2001 From: asp Date: Wed, 18 Oct 2017 09:16:26 -0200 Subject: [PATCH] Update README.md with all the sample program names. --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d4ed7d..5fb1a0f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,24 @@ -# Learn-Python +# Learn-Python To make the users familiar with the syntax of Python. + +**List of examples avaliable in the repository** + + - Nested-loops + - sampleFactorial.py + - sampleMethodsInput.py + - sampleclass.py + - sampledicts.py + - sampleexceptions.py + - samplefile.py + - samplefunc.py + - samplegame.py + - samplegenerators.py + - sampleimport.py + - sampleinput.py + - samplelistcomprehension.py + - samplelists.py + - sampleloops.py + - samplepermutation.py + - sampleprint.py + - sampletuples.py + - samplewhile.py