We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ;-)
The text was updated successfully, but these errors were encountered:
Message that will be displayed on users' first issue
Sorry, something went wrong.
No branches or pull requests
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 ;-)
The text was updated successfully, but these errors were encountered: