diff --git a/comment.py b/comment.py index 1f70633..83bc8f8 100755 --- a/comment.py +++ b/comment.py @@ -66,7 +66,7 @@ if __name__ == '__main__': try: text = input("comment# ") except KeyboardInterrupt: - print() + print('exit') sys.exit(0) if text == 'exit': sys.exit(0)