fork download
  1. import random
  2.  
  3. random.seed(12345)
  4. print(sum(random.randint(0,10) for i in range(10000)))
Success #stdin #stdout 0.05s 10976KB
stdin
Standard input is empty
stdout
49619