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

Programming in Python : Day 8 __Correction in code__ #4

Open
jayeshuk opened this issue Jun 9, 2020 · 1 comment
Open

Programming in Python : Day 8 __Correction in code__ #4

jayeshuk opened this issue Jun 9, 2020 · 1 comment

Comments

@jayeshuk
Copy link

jayeshuk commented Jun 9, 2020

Assignment 52 - https://github.com/omkar98/InfyTQ-Answers/blob/master/Programming%20in%20Python/Day-8/PF-Assgn-52.py

The logic in function even() for creating a list of even elements and returning.
The even check condition is for odd actually.

Correction - if num%2==0:

Minor one ;-)

@github-actions
Copy link

github-actions bot commented Jun 9, 2020

Message that will be displayed on users' first issue

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

No branches or pull requests

1 participant