Since it is stored within quotes, it is a string value. x=”192”. type(x). To convert it into an integer, you need to use the int() function.
確定! 回上一頁