Python #2: Decreasing Loop Progam

#DagbaComputers #Python #Programmer Akinwale Owi # #How to write a decreasing for loop in Python for decreasingCounter in range(10,-1,-1): print(decreasingCounter) #space print(”) #Will print when loop is…… Read more “Python #2: Decreasing Loop Progam”