Steven D'Aprano added the comment: I'm afraid your error report isn't completely clear. What do you mean "input single quote in print"? Do you mean this?
print(') You say IDLE "crashed". What do you mean? Do you mean the IDLE application put up an error message and then disappeared? If so, what was the error message? If IDLE said something like: SyntaxError: EOL while scanning string literal that's perfectly normal. That's because you haven't written a valid string, you need to quote the single quote: print("'"). ---------- assignee: -> terry.reedy components: +IDLE -Demos and Tools nosy: +steven.daprano, terry.reedy _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue31142> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com