Skip to content

Update 3_odd_even_numbers.py #91

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

Closed
wants to merge 1 commit into from

Conversation

vikasit12
Copy link

If max is an odd number that will be excluded due to range function hence (max+1)
Rather than manual checking of odd we can use steps of range to generate the same

If max is an odd number that will be excluded due to range function hence (max+1)
Rather than manual checking of odd we can use steps of range to generate the same
@groverkds
Copy link
Member

Thanks for the PR. This solution works well but might not align with the intention of the tutorial.

@groverkds groverkds closed this Jan 25, 2021
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