From 77b525c9706d448b36fe9c9f510066cd662d984c Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sat, 26 Aug 2023 00:50:26 +0800 Subject: [PATCH] ... --- source/_posts/python.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/source/_posts/python.md b/source/_posts/python.md index f32f5557..ae311d32 100644 --- a/source/_posts/python.md +++ b/source/_posts/python.md @@ -1644,17 +1644,6 @@ except TypeError: pass # won't catch the IndexError except IndexError: print("An index error occurred") -``` - +# (unsupport) finally: +# print("This will always be called") +``` \ No newline at end of file