[Python-ideas] input function: built-in space between string and user-input

Ned Batchelder ned at nedbatchelder.com
Wed May 16 12:27:38 CEST 2012


On 5/15/2012 5:19 PM, Terry Reedy wrote:
> On 5/15/2012 6:46 AM, Suriaprakash.Mariappan at smsc.com wrote:
>> *_print function: built-in space between string and variable:_*
>>
>> The below python code,
>>
>> */length = 5/*
>> */print('Length is', length)/*
>>
>> gives an output of
>>
>> */Length is 5/*
>
> The */.../* and *_..._* bracketing makes you post harder to read. 
> Perhaps this is used in India, but not elsewhere. Omit next time. 

That's your mail client's rendering of bold-italic and bold-underscored 
text from the HTML version of the original email.

--Ned.



More information about the Python-ideas mailing list