MeowNex/cc/nerding
2024-11-15 18:38:42 -08:00

8 lines
No EOL
236 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" + sys.argv[3] + "\U0001F913\U0000261D")
else:
print("\U0001F913\U0000261D")