braboj / tutorial-python

Awesome Python!
2 stars 2 forks source link

[Part A, ch. 8] - Add function call #32

Closed jordrag closed 1 year ago

jordrag commented 1 year ago

There is no call and print of the "factorial" function in the code, to be added with a number for example.

braboj commented 1 year ago

Provide a context in the issue description or in the comment section, e.g in which file the issue is observed or where in the document the bug is to be observed.

jordrag commented 1 year ago

The issue is into 8.15. Recursive Functions, I'll update the code how I think it should be.