Skip to content

Commit 7841bbc

Browse files
committed
^2.6.py
1 parent dc02115 commit 7841bbc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

python/2.6.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,11 @@
99
with lock:
1010
pass
1111

12+
13+
try:
14+
raise Exception("Ex")
15+
except Exception as inst:
16+
assert(str(inst) == "Ex")
17+
18+
1219
passed()

0 commit comments

Comments
 (0)