Hello,

I'm planning to write a program which automatically generates
Python code.

(1) Is there a limit on the length of a line in a Python program?

(2) From what I understand, symbols, operators, and numbers
cannot be broken across lines continued with the backslash
character. Is there any way to allow symbols, operators, and
numbers to be broken across lines?

Thanks a lot for any information. I appreciate your help.

Robert Dodier

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to