diff options
-rw-r--r-- | wk6/pset/dna/dna.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |