fork download
  1. a=(1,2,3,4,5,6,7,8,9,10)
  2. import random
  3. def randgen():
  4. random.sample(a,2)
  5. return random.sample(a,2)
  6. randgen()
Success #stdin #stdout 0.03s 6500KB
stdin
Standard input is empty
stdout
Standard output is empty