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