Skip to content

Commit 0e50e5d

Browse files
committed
Post TR2 file fixes
1 parent 9278768 commit 0e50e5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python-isinstance/consolidation1_solution.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from balls import Ball, FootBall, PoolBall
22

3+
ball = Ball("green", "sphere")
34
football = FootBall("brown")
45

56
isinstance(football, FootBall)

0 commit comments

Comments
 (0)