fork download
  1. text = "hello world"
  2. print(text.capitalize())
Success #stdin #stdout 0.03s 9672KB
stdin
Standard input is empty
stdout
Hello world