4 lines
137 B
Text
4 lines
137 B
Text
|
from random import choice
|
||
|
from sys import argv
|
||
|
lene = len(sys.argv)
|
||
|
print("\x01ACTION gives a hug to {argv[1] if len > 3 else argv[3:]}")
|