1
0
Fork 0
forked from swee/MeowNex
MeowNex/cc/nerding

8 lines
235 B
Text
Raw Normal View History

2024-11-15 18:32:13 -08:00
from os import system
from sys import argv
if len(argv) > 4:
print("This command takes one or zero arugments.")
2024-11-15 18:38:42 -08:00
elif len(argv) == 4:
2024-11-15 19:00:59 -08:00
print("This is " + argv[3] + ": \U0001F913\U0000261D")
2024-11-15 18:32:13 -08:00
else:
2024-11-15 18:38:42 -08:00
print("\U0001F913\U0000261D")