smehta2205 / Practice-Python

This repository will be a collection of solutions for programs given in various Python practice websites like practicepython.org, hackerrank etc.
4 stars 52 forks source link

Added program for even numbers (List Comprehension) #55

Open 12345k opened 6 years ago

12345k commented 6 years ago

I have written a program for filtering even number in the list. The unique thing I have used NOT function to filter the number instead of ==.please check it out. if anything is wrong please let me known. I am new to open source world