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