diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-06 03:34:55 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-06 03:34:55 +0000 |
commit | 1eccf7cb417b8fee336ecff3547fc19308a74ee3 (patch) | |
tree | c9a895a93c92b60e4931dd115c6b89d6edf77a86 /wk6/pset | |
parent | ea614c4b69d111e5aa50d84d0912dd2a6fc25402 (diff) |
Sun, May 5, 2024, 8:34 PM -07:00
Diffstat (limited to 'wk6/pset')
-rw-r--r-- | wk6/pset/dna/dna.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wk6/pset/dna/dna.py b/wk6/pset/dna/dna.py index e70b845..f6088ce 100644 --- a/wk6/pset/dna/dna.py +++ b/wk6/pset/dna/dna.py @@ -5,7 +5,7 @@ import sys def main(): # TODO: Check for command-line usage - if sys. + if len(sys.argv) < 1 or len(sys.argv) > # TODO: Read database file into a variable |