From 9d470e16946e8ec177d4063bdfb7b2bf6c94f22a Mon Sep 17 00:00:00 2001 From: Muskanice30 <65285553+Muskanice30@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:29:52 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3bddc9..1fe2c7a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Python -Scratch space for learning python +Python is an interpreted, high-level and general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.