75分求助
查看原帖
75分求助
656435
wangqq0922楼主2023/3/26 22:44
a=int(input())
b=a//100
c=a%100//10
d=a%100%10
e=100*d+10*c+b
print(e)
2023/3/26 22:44
加载中...