diff --git a/README.md b/README.md index 6874ca4..56057f0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # For learning python Small programs and exercise code Some are copied or revised from various books +# Modules in Python +Python has some amazing built-in modules that helps you to carry out some difficult task using these modules +To know Python Modules, You can Visit(https://docs.python.org/3/tutorial/modules.html) Here.