1 Here in the above code, we uses nested for loops along with stride() function. The outermost for loop is used to handle the total number of rows are going to print and each row starts with a new line, here we use stride() function for x in stride(from:num, to:0, by: -1) ...