6
0
4
1149
2
7-20 逆序的三位数 (10 分) 通过数字转字符串实现num=int(input()) string=str(num) restring=string[::-1] pri...