Merge pull request #39 from tingstad/patch-1

tf-03.py: unused variable
This commit is contained in:
crista
2018-12-13 11:27:48 -08:00
committed by GitHub

View File

@@ -30,7 +30,6 @@ for line in open(sys.argv[1]):
if word == pair[0]:
pair[1] += 1
found = True
found_at = pair_index
break
pair_index += 1
if not found: