fork download
  1. import random
  2.  
  3. x = random.randint(1 ,100)
  4. print(x)
Success #stdin #stdout 0.03s 11584KB
stdin
Standard input is empty
stdout
86