Skip to content

Commit 3ee8bef

Browse files
committed
Exceptions exercise
1 parent 7d8b6f3 commit 3ee8bef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

students/eoner/lesson05/except_exercise.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@
5252
pass
5353
finally:
5454
more_joke = last_fun()
55-
pass
55+
pass
56+

students/eoner/lesson05/except_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ def last_fun():
3939
print(cust, cheese)
4040
time.sleep(1)
4141
import antigravity
42+

0 commit comments

Comments
 (0)