From 50f1c9e6144f3f25d67ea825c4b9cab29c22eeef Mon Sep 17 00:00:00 2001 From: Depresst0 Date: Fri, 15 Nov 2024 18:38:42 -0800 Subject: [PATCH] final test??? --- cc/nerding | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cc/nerding b/cc/nerding index e813f76..d70614b 100644 --- a/cc/nerding +++ b/cc/nerding @@ -2,5 +2,7 @@ from os import system from sys import argv if len(argv) > 4: print("This command takes one or zero arugments.") +elif len(argv) == 4: + print("This is" + sys.argv[3] + "\U0001F913\U0000261D") else: - print("This is" + sys.argv[1] + "\U0001F913\U0000261D") \ No newline at end of file + print("\U0001F913\U0000261D") \ No newline at end of file