I have this long print statement in a script:

print "Initial integer of first sequence with number of terms of %d 
or more was %s  (%d)" % (length, intCommas(n_for_max_c), n_for_max_c)

It's one line of code, and too long. How can I wrap it so that it is 
written in the code as 2 lines?

(I hope I've phrased the question correctly..)

Thanks,

Dick Moores
[EMAIL PROTECTED]

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to