Skip to content

Commit b8a30c7

Browse files
authored
Update names.py
1 parent b6f92d6 commit b8a30c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

names/names.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@
2020
print (f"{len(duplicates)} duplicates:\n\n{', '.join(duplicates)}\n\n")
2121
print (f"runtime: {end_time - start_time} seconds")
2222

23+
# ---------- Stretch Goal -----------
24+
# Python has built-in tools that allow for a very efficient approach to this problem
25+
# What's the best time you can accomplish with no restrictions on techniques or data
26+
# structures?

0 commit comments

Comments
 (0)