Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Fibonacci Sequence Generator Challenge #149

Closed
RandomProjects-db opened this issue Jan 12, 2025 · 0 comments · Fixed by #148
Closed

Add a Fibonacci Sequence Generator Challenge #149

RandomProjects-db opened this issue Jan 12, 2025 · 0 comments · Fixed by #148
Assignees

Comments

@RandomProjects-db
Copy link

Create a new challenge for generating the Fibonacci sequence up to a given number of terms.

The challenge should include:

A Python module (fibonacci.py) with a function generate_fibonacci(n) that returns a list of the first n terms of the Fibonacci sequence.
A test module (test_fibonacci.py) with unit tests to verify the functionality, covering edge cases like n=0, n=1, and invalid inputs.

The implementation should include proper docstrings, examples, and assertions for input validation.

@RandomProjects-db RandomProjects-db linked a pull request Jan 12, 2025 that will close this issue
@RandomProjects-db RandomProjects-db moved this to READY FOR REVIEW in ET6 Foundations Group 16 Jan 12, 2025
@RandomProjects-db RandomProjects-db closed this as completed by moving to READY FOR REVIEW in ET6 Foundations Group 16 Jan 12, 2025
@FaisalMinawi FaisalMinawi moved this from READY FOR REVIEW to UNDER REVIEW in ET6 Foundations Group 16 Jan 12, 2025
@github-project-automation github-project-automation bot moved this from UNDER REVIEW to READY FOR REVIEW in ET6 Foundations Group 16 Jan 12, 2025
@FaisalMinawi FaisalMinawi moved this from READY FOR REVIEW to DONE in ET6 Foundations Group 16 Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

2 participants