nerdingv2?
This commit is contained in:
parent
bd8a03f8a7
commit
c241a79fd0
1 changed files with 6 additions and 1 deletions
|
@ -1 +1,6 @@
|
||||||
|
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")
|
print("This is" + sys.argv[1] + "\U0001F913\U0000261D")
|
Loading…
Reference in a new issue