Hacker News new | ask | show | jobs
by asplake 761 days ago
Oops yes! And unfortunately it still doesn't work for n=0

Edit: prod(range(1, n+1)) does work

1 comments

My oops too. The extra 1 argument belongs with range, as you have it here.