fork(1) download
  1. input = 11
  2. real = 11
  3. if real == input:
  4. print("Hello!")
  5. else:
  6. print("Who are you?")
Success #stdin #stdout 0.02s 8688KB
stdin
Standard input is empty
stdout
Hello!