码迷,mamicode.com
首页 > 编程语言 > 详细

面试题编程题06-python 输入一个字符串,反转输出

时间:2019-05-24 12:32:16      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:ase   str   lease   python   反转   print   The   style   reverse   

1 s=input(Please input the string:)
2 temp=list(s)
3 temp.reverse()
4 #列表转换为字符串
5 print(‘‘.join(temp))

 

面试题编程题06-python 输入一个字符串,反转输出

标签:ase   str   lease   python   反转   print   The   style   reverse   

原文地址:https://www.cnblogs.com/feihujiushiwo/p/10917231.html

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