fork(1) download
  1. import random
  2.  
  3. name = range(1, 100)
  4. meme = range(1, 10)
  5. def top_top():
  6. mam = random.choice(name)
  7. print(mam)
  8. top_top()
  9.  
  10. def plat_top():
  11. mem = random.choice(meme)
  12. print(mem)
  13. plat_top()
  14.  
  15.  
  16.  
Success #stdin #stdout 0.02s 9600KB
stdin
Standard input is empty
stdout
80
2