diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-06 04:00:05 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-06 04:00:05 +0000 |
commit | 158610d4e1d37873f1add3a32b2b6ef697daccc7 (patch) | |
tree | c3a70300d9dc3b8d3e65dde3ae443eaede50ec79 /wk6/pset | |
parent | edf1320d34b991bce2131b9896a53b6cba39b740 (diff) |
Sun, May 5, 2024, 9:00 PM -07:00
Diffstat (limited to 'wk6/pset')
-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 |