fork download
  1. print("Hello There!")
  2. print("\n")
  3.  
  4. print("Please choose the first option or second.")
  5.  
  6. answer = print("> ")
Success #stdin #stdout 0.02s 27712KB
stdin
Standard input is empty
stdout
Hello There!


Please choose the first option or second.
>