decide.py 72 B

12345
  1. from sys import argv
  2. from random import choice
  3. print(choice(argv[1:]))