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