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

Issue #74 print primes with for loop #1

Merged
merged 1 commit into from
Dec 5, 2021
Merged

Issue #74 print primes with for loop #1

merged 1 commit into from
Dec 5, 2021

Conversation

esouidi
Copy link
Owner

@esouidi esouidi commented Dec 4, 2021

Added print_primes_with_for function, answering the issue dscmbcet#74.

Solves issue #74

  • Added function "print_primes_with_for" that prints prime numbers from a lower_limit to an upper_limit, using for loop instead of while, as requested in the issue.

Added print_primes_with_for function, answering the issue.
@esouidi esouidi merged commit cb43a18 into main Dec 5, 2021
@esouidi esouidi deleted the esouidi-patch-74 branch December 5, 2021 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants