Decrementing for loops [duplicate] February 21, 2023 by Tarik a = " ".join(str(i) for i in range(10, 0, -1)) print (a)