tf03.py: unused variable

Removed unused variable "found_at"
This commit is contained in:
tingstad
2018-06-17 18:07:14 +02:00
committed by GitHub
parent d521abd5d7
commit 53a60ea121

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: