菜鸟请教!

菜鸟请教!

大家好,我刚开始学习python,一个最简单的hello world都出错了,大家帮我看看吧,谢谢了!
# python
Python 2.3.4 (#1, Nov  4 2004, 14:06:56)
[GCC 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> print hello world
  File "<stdin>", line 1
    print hello world
                    ^
SyntaxError: invalid syntax
>>>
print "hello world"
呵呵,刚刚发现了,pdf版的《简明pathon教程》上面的符号有错误,刚才看了网上的手册才发现,谢谢楼上的了。