The str() function takes the integer as input and returns its string representation as follows. myInt = 1117 myStr = str(myInt) print("The ...
確定! 回上一頁