Skip to content

Commit

Permalink
new file added
Browse files Browse the repository at this point in the history
  • Loading branch information
26rudra committed Jul 20, 2022
1 parent ee5ee43 commit 0aa6c8a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions twenty(eight).py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
def meri_list(my_list):
for i in my_list:
if i % 2 == 0:
print(i)
lst = [1,22,33,44,56,77]
meri_list(lst)

0 comments on commit 0aa6c8a

Please sign in to comment.