The isinstance() function checks if the object (first argument) is an instance or subclass of classinfo class (second argument). Example. numbers = [1, 2, 3, 4, ...
確定! 回上一頁