The type() function in Python returns the data type of the object passed to it as an argument. This function is very useful in the ... print (type([1,2,3])).
確定! 回上一頁