Silly me, print?

Fredrik Lundh fredrik at pythonware.com
Wed May 9 10:53:32 EDT 2001


Carlos Ribeiro wrote:
> That's because print is a statement; if you look at the reference manual
> index, there [is | was] no section on 'built-in statements' like print.

since statements are a part of the *language*, not the library, they're
documented in the language reference:

    http://www.python.org/doc/current/ref/simple.html
    http://www.python.org/doc/current/ref/compound.html

Cheers /F





More information about the Python-list mailing list