diff options
Diffstat (limited to 'wk6/pset/dna')
-rw-r--r-- | wk6/pset/dna/dna.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wk6/pset/dna/dna.py b/wk6/pset/dna/dna.py index bcf0583..cda3232 100644 --- a/wk6/pset/dna/dna.py +++ b/wk6/pset/dna/dna.py @@ -6,7 +6,8 @@ def main(): # TODO: Check for command-line usage if len(sys.argv) < 1 or len(sys.argv) > 2: - print("Oopsie you used the wrong number of arguments, ") + print("Oopsie you used the wrong number of arguments D: you should use two next time :3") + return # TODO: Read database file into a variable |