In python 3, the str() function used to convert integers to strings. str(int). Example: x = 10 x = str(10). In the Above example, ...
確定! 回上一頁