Closed UCYT5040 closed 1 year ago
This is the problem we've fixed hours trying to solve - and it's all because of the pesky is keyword being used improperly (it can't compare types like isinstance() can).
is
isinstance()
This is the problem we've fixed hours trying to solve - and it's all because of the pesky
is
keyword being used improperly (it can't compare types likeisinstance()
can).