From d36d61851ba8723287ab37603ece199b34203551 Mon Sep 17 00:00:00 2001 From: Sachin-crypto <72191416+Sachin-crypto@users.noreply.github.com> Date: Thu, 1 Oct 2020 15:55:23 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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.