Closed robberwick closed 7 months ago
Use isinstance() to compare types rather than the equality operator for PEP8 compliance and readability
isinstance()
addresses #83
Use
isinstance()
to compare types rather than the equality operator for PEP8 compliance and readabilityaddresses #83