1
0
Fork 0
forked from swee/MeowNex
MeowNex/cc/nerding
2024-11-15 19:00:59 -08:00

8 lines
No EOL
235 B
Text

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 " + argv[3] + ": \U0001F913\U0000261D")
else:
print("\U0001F913\U0000261D")