From 158610d4e1d37873f1add3a32b2b6ef697daccc7 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Mon, 6 May 2024 04:00:05 +0000 Subject: Sun, May 5, 2024, 9:00 PM -07:00 --- wk6/pset/dna/dna.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wk6/pset') diff --git a/wk6/pset/dna/dna.py b/wk6/pset/dna/dna.py index cda3232..a4f3cca 100644 --- a/wk6/pset/dna/dna.py +++ b/wk6/pset/dna/dna.py @@ -9,6 +9,8 @@ def main(): print("Oopsie you used the wrong number of arguments D: you should use two next time :3") return + if sys.argv[0]. + # TODO: Read database file into a variable # TODO: Read DNA sequence file into a variable -- cgit v1.2.3