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