不要抗拒去做自己没接触过的事
不要抗拒去做自己没接触过的事
题解
数字颠倒——python3解法
全部文章
题解
数据结构(2)
算法(4)
计算机网络(11)
归档
标签
去牛客网
登录
/
注册
数字颠倒——python3解法
2991 浏览
3 回复
2019-08-23
不要抗拒去做自己没接触过的事
+关注
数字颠倒
http://www.nowcoder.com/practice/ae809795fca34687a48b172186e3dafe
num = input() num = [i for i in num] num.reverse() num = ''.join(num) print(num)
python
Python编程
机试题
华为笔试练习-python
举报
收藏 10
赞 20
评论加载中...