add test boilerplate
This commit is contained in:
2
test/has_duplicates/has_duplicates.py
Normal file
2
test/has_duplicates/has_duplicates.py
Normal file
@ -0,0 +1,2 @@
|
||||
def has_duplicates(lst):
|
||||
return len(lst) != len(set(lst))
|
||||
Reference in New Issue
Block a user