fork download
  1. # 사과농축액 문화상품권
  2. import random
  3.  
  4. 당첨자수 = 1
  5. 후보 = "@jobviet, @chungjh, @greenjuice, @sampling, @jammaru31, @sjchoi, @candycoco, @zenigame, @jhy2246, @torypapa, @breath, @woolgom, @watermelon13, @gilma, @goodhello, @joenghwa, @pinkpig, @myinkgun, @angrytiger, @ogh0915"
  6.  
  7. lotteryBox = 후보.split(',')
  8. random.seed()
  9. random.shuffle(lotteryBox)
  10.  
  11. for i in range(0,당첨자수):
  12. print(lotteryBox[i])
  13.  
Success #stdin #stdout 0.05s 11796KB
stdin
Standard input is empty
stdout
 @chungjh