t = '60 ' print(t.rstrip) Expected: '60' Got: The same thing happens if I use .strip instead. What's going on? Why isn't it working as intended?
確定! 回上一頁