To cast (convert) the string of digits into an integer number, we can use the function int() . For example, int('23') gives an int object with value 23 . Given ...
確定! 回上一頁