fork download
  1. print("Halt!")
  2. user_input = input("Who Goes there? ")
  3. print("You may pass, " + user_input)
Runtime error #stdin #stdout 0.02s 5864KB
stdin
Standard input is empty
stdout
Halt!
Who Goes there?