Closed nyctef closed 9 years ago
extension of c/d suggested by Vinyl
Nyctef: 02:12 def choose(input): 02:12 return random.choice(list(map(lambda e: e.strip(), input.split(","))))
extension of c/d suggested by Vinyl