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