Skip to content

Commit 0e8fe9d

Browse files
authored
Update and rename Exercise-7-List-Comprehensions.py to Exercise-07-List-Comprehensions.py
1 parent 39ca3b0 commit 0e8fe9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Exercise-7-List-Comprehensions.py renamed to Exercise-07-List-Comprehensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
a = [1, 4, 9, 16, 25, 36, 49, 64, 81, 100]. Write one line of
66
Python that takes this list a and makes a new list that has
77
only the even elements of this list in it.
8+
89
'''
910

1011
# Solution

0 commit comments

Comments
 (0)