The type() function is an inbuilt function in Python. It returns the class type of the argument (an object) passed to it, and if three arguments (name, ...
確定! 回上一頁