final test???
This commit is contained in:
parent
c241a79fd0
commit
50f1c9e614
1 changed files with 3 additions and 1 deletions
|
@ -2,5 +2,7 @@ from os import system
|
||||||
from sys import argv
|
from sys import argv
|
||||||
if len(argv) > 4:
|
if len(argv) > 4:
|
||||||
print("This command takes one or zero arugments.")
|
print("This command takes one or zero arugments.")
|
||||||
|
elif len(argv) == 4:
|
||||||
|
print("This is" + sys.argv[3] + "\U0001F913\U0000261D")
|
||||||
else:
|
else:
|
||||||
print("This is" + sys.argv[1] + "\U0001F913\U0000261D")
|
print("\U0001F913\U0000261D")
|
Loading…
Reference in a new issue