Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_howto_reverse_string_2.py:
def my_function(x): return x[::-1] mytxt = my_function("I wonder how this text looks like backwards") print(mytxt)