Chapter 6 Data Types

The interpreter in python can be your best friend, both for experimentation and documentation about Python objects. All of the datatype examples should be run from a python interpreter. How to get the python version without entering the interpreter: $ python --version How to enter the interpreter from a terminal/console window: $ python ................
................