summaryrefslogtreecommitdiff
path: root/wk6
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-06 03:40:48 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-06 03:40:48 +0000
commitedf1320d34b991bce2131b9896a53b6cba39b740 (patch)
treeee17783b8e64850574a579b77d7d9c0d85486f79 /wk6
parentab4691c03ff915242e1743670171b47e6da5fa03 (diff)
Sun, May 5, 2024, 8:40 PM -07:00
Diffstat (limited to 'wk6')
-rw-r--r--wk6/pset/dna/dna.py3
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