diff --git a/comment.py b/comment.py index 719316b..46bf2ee 100755 --- a/comment.py +++ b/comment.py @@ -98,5 +98,4 @@ if __name__ == '__main__': print(text) if text == 'exit': break - else: - comment(text) + comment(text)