Python knows different data types. To find the type of a variable, use the type() function: In [1]:. a = 45 type(a). Out[1]:. int. In [2]:.
確定! 回上一頁