fork(1) download
  1. import random
  2.  
  3. 당첨자수 = 1
  4. 후보 = "forhappywomen, mastertri, zenigame, sjchoi, candycoco, sampling, junn, oounding, torypapa, watermelon13, gilma, chosungyun, clutho, breath, woolgom, goodhello, lws"
  5.  
  6. lotteryBox = 후보.split(',')
  7. random.shuffle(lotteryBox)
  8.  
  9. for i in range(0,당첨자수):
  10. print(lotteryBox[i])
Success #stdin #stdout 0.04s 11960KB
stdin
Standard input is empty
stdout
 chosungyun