fork download
  1. default_input = "Hello, World!"
  2. user_input = default_input if "input" not in locals() else input("Enter something: ")
Success #stdin #stdout 0.02s 9220KB
stdin
Standard input is empty
stdout
Standard output is empty