diff --git a/README.md b/README.md index 9d4ed7d..8b5629b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ # Learn-Python To make the users familiar with the syntax of Python. + +## Current Sample Programs +- Sample Classes +- Sample Dictionaries +- Sample Exceptions +- Sample File Input / Output +- Sample Functions +- Sample Text Based Game +- Sample Generators +- Sample Importing +- Sample Terminal Input +- Sample Lists +- Sample List Comprehensions +- Sample Loops +- Sample Printing +- Sample Tuples +- Sample While Loops +- Method of Input Example +- Nested Loop Example +- Power Set Generator Example