我的这个代码为什么报错呀?明明结果都一样,求大佬帮助!谢谢!

P5705 【深基2.例7】数字反转

@[cq304637306](/user/828234) ```python x = input() c = x[::-1] c = c.strip() print(c) ``` 输入行末有换行符,要处理掉。
by sdyzpf @ 2023-12-07 15:50:32


|