Hello World

Chris Angelico rosuav at gmail.com
Sun Dec 21 02:46:46 EST 2014


On Sun, Dec 21, 2014 at 6:44 PM, CM <cmpython at gmail.com> wrote:
> Yes, just tested it on the same machine in the terminal and it prints:
>
> Hello, world!
> 13
>
> Not sure what the 13 is all about. Thanks.

Number of bytes output. It's the return value from the output call -
common with low-level APIs.

ChrisA



More information about the Python-list mailing list