#Code With Redoy: https://www.facebook.com/codewithredoy/ #My python lectures: https://cutt.ly/python-full-playlist n = 10 for i in range(n, -1, -1): print(i)