fork(1) download
  1. bob=13
  2. if bob < 13 :
  3. print("bob is too young")
  4. elif bob > 13 :
  5. print("BOB YOU MAY JOIN")
Success #stdin #stdout 0.1s 14168KB
stdin
Standard input is empty
stdout
Standard output is empty