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 #.
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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 #.