My first Python program

Seebs usenet-nospam at seebs.net
Wed Oct 13 17:26:37 EDT 2010


On 2010-10-13, Ben Finney <ben+python at benfinney.id.au> wrote:
> Python borrows from C in that consecutive literal strings are
> concatenated in the bytecode::
>
>     stderr.write(
>         "WARNING:"
>         " Pants on fire\n")

Hmm.  So I just indent stuff inside the ()s or whatever?  I can work with
that.

-s
-- 
Copyright 2010, all wrongs reversed.  Peter Seebach / usenet-nospam at seebs.net
http://www.seebs.net/log/ <-- lawsuits, religion, and funny pictures
http://en.wikipedia.org/wiki/Fair_Game_(Scientology) <-- get educated!
I am not speaking for my employer, although they do rent some of my opinions.



More information about the Python-list mailing list