pull/96/head
NEUROTICkid 2023-05-06 11:55:05 +05:30
parent 94faec41b8
commit ea534df7f1
1 changed files with 3 additions and 0 deletions

View File

@ -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.