问题 更新时间2023/6/29 14:35:00 3.设计一个函数example,作用为反转一个整数,例如-123 --> -321 答案 登录 注册 参考代码: def example(x): if -10 出自:国家开放大学 >> 国家开放大学Python程序设计