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 _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
