Skip to content

Commit cf1a396

Browse files
author
Joseph Luce
authored
Update Freq_non-banned_words.md
1 parent 651003a commit cf1a396

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

real_interview_questions/Amazon/Freq_non-banned_words.md

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def get_most_freq_word(paragraph, banned_words):
3131
def sanitize(tokens):
3232
result = list()
3333
for token in tokens:
34-
letters = token.split()
3534
full_word = list()
3635
for letter in token:
3736
letter = letter.lower()

0 commit comments

Comments
 (0)