fork download
  1. # your code goes here
  2. import random
  3. import time
  4. x = random.randint(1, 2)
  5. time.sleep(5)
  6. if x == 1: print("heads")
  7. else: print("tails")
Success #stdin #stdout 0.08s 14260KB
stdin
Standard input is empty
stdout
heads