fork download
  1. import random
  2.  
  3. name = range(1, 10)
  4. def top_top():
  5. mam = random.choice(name)
  6. print(mam)
  7. top_top
  8.  
Success #stdin #stdout 0.02s 9640KB
stdin
Standard input is empty
stdout
Standard output is empty