lallous <[email protected]> wrote: > Now should I be using method 2 or 3 in production code?
Also Method1a:
# Method1a
x = ("line1" + # can use comments!
"line2"+
"line3")
Use Method1a or Method3 as you prefer: either of these generates a single
string constant. Method2 is dumb.
--
http://mail.python.org/mailman/listinfo/python-list
