Skip to content

Commit 5d16504

Browse files
authored
Update Exercise-14-List-Remove-Duplicates.py
1 parent 1f02fd5 commit 5d16504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exercise-14-List-Remove-Duplicates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Exercise 14: List Remove Duplicates
33
Write a program (function!) that takes a list and returns a new
44
list that contains all the elements of the first list minus all
5-
the duplicates.
5+
the duplicates values.
66
77
Extras:
88

0 commit comments

Comments
 (0)