If you're checking to see if an object has a certain type, you want isinstance() as it checks to see if the object passed in the first argument ...
確定! 回上一頁