parcourir une liste jusqu'a la fin python : code example Example: parcourir une liste par la fin python for elt in lst[::-1]: print(elt)