Z.Flyee
Z.Flyee
题解
题解 | #字符逆序#
全部文章
题解
Anaconda(2)
Django 60天创建个人网站(5)
Jupyterlab(3)
matlab(1)
Python学习(18)
Spark(2)
华为机考(2)
基本技巧和素养(1)
算法库(2)
归档
标签
去牛客网
登录
/
注册
题解 | #字符逆序#
4047 浏览
2 回复
2022-01-09
Z.Flyee
+关注
字符逆序
http://www.nowcoder.com/practice/cc57022cb4194697ac30bcb566aeb47b
Python,基本功需要扎实:
while True: try: string = str(input().strip()) print(string[::-1]) except: break
Python3
hw
字符串-中等
Python
举报
收藏 6
赞 44
评论加载中...