Comparing boolean and int using isinstance
Can someone give me an explanation why isinstance() returns True in the following case? I expected False, when writing the code.
Can someone give me an explanation why isinstance() returns True in the following case? I expected False, when writing the code.