[Tutor] 2 Very basic queries

Alan Gauld alan.gauld at btinternet.com
Wed Mar 26 17:54:29 CET 2014


On 26/03/14 15:38, Mark Lawrence wrote:
> On 26/03/2014 01:26, Alan Gauld wrote:
>>
>>  >>> if ph < 7.0:
>>         print(ph, "is acidic.")
>> elif ph > 7.0:
>>         print(ph, "is basic.")
>>
>> in my IDLE.
>>
>> That's pretty ugly and I wish the IDLE guys would fix it but
>> it's been that way for a long time.
>
> Please raise an issue on the bug tracker if there isn't one already,

Its well known as an issue and already logged. There are even a couple 
of unofficial version of IDLE that fix it, but for some reason they 
never get into the official code base.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.flickr.com/photos/alangauldphotos



More information about the Tutor mailing list