Module: (Python) Subroutines. recursion


Problem

3/12

Recursion. Simulation cycles 2

Problem

Change the order of the statements so that the recursive procedure displays the following information.
Hello N 10
Hello N9
Hello N 8
hello no 7
hello no 6
hello no 5
hello no 4
Hello N 3
Hello N2
Hello N 1
Pay attention! No need to change the content of the lines! It is only necessary to change the order of the lines of the subroutine.