summaryrefslogtreecommitdiff
path: root/wk6/pset/dna
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-20 08:28:36 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-20 08:28:36 +0000
commit03449ae7f5fb2e43d402fe198aa63b0eca4715bb (patch)
tree8f831a518d6263932dd91e38bb441c54d0773398 /wk6/pset/dna
parentee270ebac59e8ac512a44e5fa974ab12f21e727f (diff)
Mon, May 20, 2024, 1:28 AM -07:00
Diffstat (limited to 'wk6/pset/dna')
-rw-r--r--wk6/pset/dna/dna.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wk6/pset/dna/dna.py b/wk6/pset/dna/dna.py
index 4f967a9..9f7b208 100644
--- a/wk6/pset/dna/dna.py
+++ b/wk6/pset/dna/dna.py
@@ -56,7 +56,7 @@ def main():
else:
counter += 1
if counter == range(len(fields)):
- print(person[0])
+ print(person['name'])
return
print('No match')