To find the data type of data in Python, you use the type() function. You place the variable inside of the type() function and Python returns the data type.
確定! 回上一頁