Last active
August 16, 2020 15:50
-
-
Save mkx775/8dacad9f8822d8cb088fdf96637e1333 to your computer and use it in GitHub Desktop.
About python, before getting started - A gist by @mkx775
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # About python, before getting started | |
| ''' | |
| Python is a general-purpose interpreted, | |
| interactive, object-oriented, and | |
| high-level programming language. It was | |
| created by Guido van Rossum during 1985-1990. | |
| Python source code is available under the | |
| GNU General Public License(GPL). | |
| Python is named after a TV Show called | |
| ëMonty Pythonís Flying Circusí and not | |
| after Python-the snake. | |
| Python 3.0 was released in 2008. | |
| The latest version pf python is Python 3.9 | |
| ''' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment