The isinstance() function is faster than the type function. We can compare both their performance by using the timeit library. >>> python -m ...
確定! 回上一頁