From ad3ad6de764c67ac953aab781b98450c509d0fcc Mon Sep 17 00:00:00 2001 From: Ryan Williamson Date: Sat, 14 Oct 2017 00:39:24 +0100 Subject: [PATCH] Update README.md Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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