You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does that make sense or did I just confuse you? Lol
Edit: Also, HINT: Since when using isinstance((True or False), int) returns True but isinstance(ANYNUMBER, bool) returns False, which one do you need to make sure goes first so that when True or False is passed it if correctly evaluated as a bool?
Why doesn't isinstance(param, bool) work? The error shows that the function is evaluating as the int 1 instead of as a boolean.
The text was updated successfully, but these errors were encountered: