私はpython3.3を使い始めたばかりです。シェルは次のようになります。
Python 3.3.2 (v3.3.2:d047928ae3f6, May 16 2013, 00:06:53) [MSC v.1600 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> print ("hello world")
hello world は正しく出力されますが、コマンド ラインでは 1 行目にエラーが表示されます (つまり、Python 3.3.2 (v3.3.2:d047928ae3f6、2013 年 5 月 16 日、00:06:53) [MSC v.1600 64 ビット (AMD64) ] on win32 ) を構文エラーとして宣言します。
何が問題ですか??