Open jayeshuk opened 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 ;-)
Message that will be displayed on users' first issue
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 ;-)