str1='abcd' print(str1[::-3]) print(str1[-1::-1]) print(str1[::-1])
輸出:
da dcba dcba
可以看到步長為負時無論是否指定起始下標為-1都是一樣的。
想設計一個普查管理軟件,要求大概如下圖所示。基本功能就是可以
Purpose : Try for different Ac
author : Empty bad uncle Blog
Report errors :ModuleNotFoundE
The content of the article com
Hello everyone, this is Progra