forked from swee/MeowNex
6 lines
No EOL
178 B
Text
6 lines
No EOL
178 B
Text
from os import system
|
|
from sys import argv
|
|
if len(argv) > 4:
|
|
print("This command takes one or zero arugments.")
|
|
else:
|
|
print("This is" + sys.argv[1] + "\U0001F913\U0000261D") |