add code suggestions

This commit is contained in:
dkanada 2020-08-04 07:58:32 +09:00 committed by GitHub
parent 13b81a4101
commit de18848425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ with open(source) as en:
for key, value in reverse.items():
if len(value) > 1:
duplicates[key] = reverse[key]
duplicates[key] = value
print('LENGTH: ' + str(len(duplicates)))
with open('duplicates.txt', 'w') as out: