python -m timeit -s "variable = 'hello'" "type(variable) is str" ... because isinstance checks if my_list is an instance of list (it's not) ...
確定! 回上一頁