inspirezonetech / TeachMePythonLikeIm5

Teach the Python programming language using a collection of super beginner friendly tutorials and challenges.
https://inspirezone.tech/
MIT License
25 stars 43 forks source link

added recursive_func.py #94

Closed dilroseR closed 2 years ago

dilroseR commented 2 years ago

Please fill in this pull request template before submitting

1. This pull request resolves #???

Fixes #41

2. Description

Created a python program which demonstrates recursive function

3. Fill in checklist by marking [x]

dilroseR commented 2 years ago

kindly check! @funbeedev

funbeedev commented 2 years ago

@dilroseR Sorry it took long to review! I formatted your file so it can pass the linting check. Don't worry about the execute job failing, it's because the program uses the input function. I can merge now. Thanks for your contribution! :tada:

dilroseR commented 2 years ago

@dilroseR Sorry it took long to review! I formatted your file so it can pass the linting check. Don't worry about the execute job failing, it's because the program uses the input function. I can merge now. Thanks for your contribution! 🎉

thank you!