📜  python 反向遍历字符串 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:16.455000             🧑  作者: Mango

代码示例1
for c in reversed(string):
     print c