To convert given floating-point number to a string in Python, call str() builtin function and pass the floating-point number as argument to the str() function.
確定! 回上一頁