Work Done after return statement

Sir u have told in the earlier video after the return statement it halt the function and does not execute further statement of function but in this this vedio after the return statement some work in done of printing number.

hey @mujy1234
the function dooes terminate but only if n==0
otherwise it ll go ahead and print