You place the variable inside of the type() function and Python returns the data type. This is shown in the code below. >>> testscore1= 95 >>> type(testscore1) ...
確定! 回上一頁