Using a Python interpreter

Sometimes you want to quickly run a couple lines of code to test what happens. The Python interpreter is an interactive interface which is great for playing around with small pieces of code.

You can read the written version of the module, and/or watch the accompanying video.