1
0
Fork 0
forked from swee/MeowNex

nerdingv2

This commit is contained in:
James Ricketts 2024-11-15 18:58:04 -08:00
parent 50f1c9e614
commit 73cfe1b98b

View file

@ -3,6 +3,6 @@ from sys import argv
if len(argv) > 4: if len(argv) > 4:
print("This command takes one or zero arugments.") print("This command takes one or zero arugments.")
elif len(argv) == 4: elif len(argv) == 4:
print("This is" + sys.argv[3] + "\U0001F913\U0000261D") print("This is" + argv[3] + "\U0001F913\U0000261D")
else: else:
print("\U0001F913\U0000261D") print("\U0001F913\U0000261D")