fork(1) download
  1. import random
  2.  
  3. 당첨자수 = 2
  4. 후보 = "@cljg918, @woo7739, @nand, @skt1, @danbain, @spiral27, @jhyun6913.park, @coffeenut, @woolgom, @gilma, @lws, @moneykim, @nichole.james"
  5.  
  6. lotteryBox = 후보.split(',')
  7. random.shuffle(lotteryBox)
  8.  
  9. for i in range(0,당첨자수):
  10. print(lotteryBox[i])
Success #stdin #stdout 0.02s 37616KB
stdin
Standard input is empty
stdout
 @lws
 @woolgom