forked from swee/MeowNex
Update cc/nerding
This commit is contained in:
parent
b6beb60d8f
commit
bc27833bb4
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
from sys import argv
|
||||
if len(argv) >= 4:
|
||||
print("This is " + argv[len] + ": \U0001F913\U0000261D")
|
||||
print("This is " + argv[4:] + ": \U0001F913\U0000261D")
|
||||
else:
|
||||
print("\U0001F913\U0000261D")
|
||||
|
|
Loading…
Reference in a new issue