More about Language
Interactive mode
python3 vs python
If it says Python 2, then you'll need to install python3 and execute code using `python3 file.py`.
If it says Python 3, then you'll need to run all the code in this book as `python file.py` Python 3.6.0 (default, Jan 13 2017, 22:22:15)
Type "help", "copyright", "credits" or "license" for more information.
>>>>>> print("Hello Python!")
Hello Python!Using the Interpreter
Operator Types
Batch Mode
Links
Last updated