We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9278768 commit 0e50e5dCopy full SHA for 0e50e5d
python-isinstance/consolidation1_solution.py
@@ -1,5 +1,6 @@
1
from balls import Ball, FootBall, PoolBall
2
3
+ball = Ball("green", "sphere")
4
football = FootBall("brown")
5
6
isinstance(football, FootBall)
0 commit comments