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

13 lines
No EOL
355 B
Text

#require-multiline
from os import system
from sys import argv
if len(argv) > 4:
print("This command takes one or zero arugments.")
else:
if len(argv) == 4:
print(argv[3] + ": ")
print(""" _ __ __ _ ___
| | | \/ | / \ / _ \
| | | |\/| | / _ \| | | |
| |___| | | |/ ___ \ |_| |
|_____|_| |_/_/ \_\___/ """)