Jayesh Ukalkar

Results 1 issues of Jayesh Ukalkar

**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:...