omkar98 / InfyTQ-Answers

Solutions to InfyTQ Assignments, quiz and tests.
https://omkar98.github.io/InfyTQ-Answers/
127 stars 125 forks source link

Programming in Python : Day 8 __Correction in code__ #4

Open jayeshuk opened 4 years ago

jayeshuk commented 4 years ago

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[bot] commented 4 years ago

Message that will be displayed on users' first issue