b = 125.0 c = 390.8 print(int(b)) print(int(c)) ... If we are looking to convert a float to a string rather than an integer to a string, we follow the same ...
確定! 回上一頁