I tried something = input('enter text:').rstrip('\n') as suggested but the problem persists. BTW, the intermediate print commands agree and so are not an issue. The disagreement is in IDLE correctly identifying palindromes and Windows not. I do suspect it may be a trailing '\r' issue. Is there an easy fix or shall I wait for the new Python versions to be released? Thanks for helping. -- http://mail.python.org/mailman/listinfo/python-list
- i get different answers based on run platform linda
- Re: i get different answers based on run platform John Gordon
- Re: i get different answers based on run platform Ethan Furman
- Re: i get different answers based on run platform MRAB
- Re: i get different answers based on run platform linda
- Re: i get different answers based on run platform Ethan Furman
- Re: i get different answers based on run platform MRAB