对于str类型,python并没有reverse函数。然而,通过反向步进切片,我们可以高效地反转一串字符串。
s
=
'abcde'
s[::
-
1
]
Copyright © 2024 NooBkey Powered by .NET 9.0 on Kubernetes