Comment on Why does the for loop repeat in this recursion?

<- View Parent
Merwyn@sh.itjust.works ⁨9⁩ ⁨months⁩ ago

When called with n=1 ? It’s from i=0 to i<1, so it will do only one iteration with i=0 and print one #.

source
Sort:hotnewtop