From ea534df7f1bad4ccf50dbf0a7ab6a1e72ea3b181 Mon Sep 17 00:00:00 2001 From: NEUROTICkid Date: Sat, 6 May 2023 11:55:05 +0530 Subject: [PATCH] updated --- documentation.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 documentation.txt diff --git a/documentation.txt b/documentation.txt new file mode 100644 index 0000000..f7918fe --- /dev/null +++ b/documentation.txt @@ -0,0 +1,3 @@ +introduction to python +Python is a dynamic, interpreted (bytecode-compiled) language. There are no type declarations of variables, parameters, functions, or methods in source code. +Python is a widely used general-purpose, high level programming language. It was created by Guido van Rossum in 1991 and further developed by the Python Software Foundation. It was designed with an emphasis on code readability, and its syntax allows programmers to express their concepts in fewer lines of code.This makes the code short and flexible, and you lose the compile-time type checking of the source code. \ No newline at end of file