Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 478 Bytes

File metadata and controls

7 lines (4 loc) · 478 Bytes

What Does isinstance() Do in Python?

This folder provides the code examples for the Real Python tutorial What Does isinstance() Do in Python?.

The .py files contain the code found in the tutorial.

When setting up your tutorial environment, make sure balls.py, balls_v2.py, and player_iterables.py are in your program folder. You'll need to import content from these to replicate the tutorial examples.