add code suggestions
This commit is contained in:
parent
13b81a4101
commit
de18848425
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ with open(source) as en:
|
||||||
|
|
||||||
for key, value in reverse.items():
|
for key, value in reverse.items():
|
||||||
if len(value) > 1:
|
if len(value) > 1:
|
||||||
duplicates[key] = reverse[key]
|
duplicates[key] = value
|
||||||
|
|
||||||
print('LENGTH: ' + str(len(duplicates)))
|
print('LENGTH: ' + str(len(duplicates)))
|
||||||
with open('duplicates.txt', 'w') as out:
|
with open('duplicates.txt', 'w') as out:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue