字符串反转
http://www.nowcoder.com/practice/e45e078701ab4e4cb49393ae30f1bb04
str1 = input() print(str1[::-1])
相关推荐