I have read that Python is a platform independent language. But on this
page:
http://docs.python.org/tut/node4.html#SECTION00422
it seems that making a python script executable is platform dependant:
2.2.2 Executable Python Scripts
On BSD'ish Unix systems, Python scripts can be
Tim Chase wrote:
>> I have made this string:
>>
>> TITLE = 'Efficiency of set operations: sort model,
>> (cphstl::set::insert(p,e)^n cphstl::set::insert(e)), integer'
>>
>> But I am not allowed to break the line like that:
>>
>> IndentationError: unexpected indent
>>
>> How do I b
I have made this string:
TITLE = 'Efficiency of set operations: sort model,
(cphstl::set::insert(p,e)^n cphstl::set::insert(e)), integer'
But I am not allowed to break the line like that:
IndentationError: unexpected indent
How do I break a line?
--
http://mail.pytho