码迷,mamicode.com
首页 > 其他好文 > 详细

整数逆序输出

时间:2020-04-22 16:09:29      阅读:54      评论:0      收藏:0      [点我收藏+]

标签:nbsp   div   inpu   int   style   put   str   输出   ==   

n=str(input(""))
m=n[::-1]
if n[0]!="-":
    print(int(m))
elif n[0]=="-":
    print("-",end="")
    print(int(m[:-1]))

 

整数逆序输出

标签:nbsp   div   inpu   int   style   put   str   输出   ==   

原文地址:https://www.cnblogs.com/670ling/p/12752555.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!