fork download
  1. import random
  2. x = random.randint(1 ,100)
  3. print(x)
  4. if x >20:
  5. print("move")
  6. else:
  7. print("stop")
Success #stdin #stdout 0.03s 11552KB
stdin
Standard input is empty
stdout
76
move