対話式の実行
$ python
Python 3.2.3 (default, Sep 22 2012, 23:15:05)
[GCC 4.2.1 Compatible Apple Clang 4.0 ((tags/Apple/clang-421.0.57))] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> ^D
[/Volumes/Macintosh HD/Users/atsushi/Documents/PythonExam]$ python
Python 3.2.3 (default, Sep 22 2012, 23:15:05)
[GCC 4.2.1 Compatible Apple Clang 4.0 ((tags/Apple/clang-421.0.57))] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> print('Hello Python');
Hello Python
>>> ^D