diff --git a/test/TryExcept.py b/test/TryExcept.py index 8816a46..1665b57 100644 --- a/test/TryExcept.py +++ b/test/TryExcept.py @@ -362,7 +362,6 @@ def TryExceptRaise(): except: raise Exception() -#doesn't work ''' def TryExceptReturnFinally(): try: @@ -374,7 +373,6 @@ def TryExceptReturnFinally(): print(3) ''' -# Doesn't Work ''' def TryFinallyRaise(): try: @@ -391,4 +389,4 @@ def TryLoopBreakFinally(): break finally: print("finally") -''' \ No newline at end of file +'''