fork download
  1. import random
  2. te=['gu','tyoki','pa']
  3. a=random.randint(0,2)
  4. print(te[a])# your code goes here
Success #stdin #stdout 0.02s 9556KB
stdin
Standard input is empty
stdout
gu