Welcome to Python!
By following the instructions in this document, you can get up and running with Python in no time.
First, let's make sure Python is installed on your computer. On a command line, type python --version and then hit enter. The version of python installed
Success!```
$ python --version
(with help from the [Python Docs](https://docs.python.org/2/using/)# Getting Started