Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_howto_reverse_string_1.py:
txt = "Hello World"[::-1] print(txt)