Python enables us to check the type of the variable used in the program. With the help of the type() ... print (a, "is of type" , type (a)).
確定! 回上一頁