Skip to content

Instantly share code, notes, and snippets.

@mkx775
Last active August 16, 2020 15:50
Show Gist options
  • Select an option

  • Save mkx775/8dacad9f8822d8cb088fdf96637e1333 to your computer and use it in GitHub Desktop.

Select an option

Save mkx775/8dacad9f8822d8cb088fdf96637e1333 to your computer and use it in GitHub Desktop.
About python, before getting started - A gist by @mkx775
# 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