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