Skip to content

Programming in Python : Day 8 __Correction in code__ #4

@jayeshuk

Description

@jayeshuk

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 ;-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions