以[::-1]结尾的for循环的含义?在python中

时间:2019-03-17 03:46:56

标签: python for-loop

我遇到了一些令人困惑的代码:

def findSuffixPosition(badchar,后缀,full_term):

for offset in range(1, len(full_term) + 1)[::-1]:

[::-1]对for循环有什么作用?

谢谢

0 个答案:

没有答案