fork download
  1. s = "hello"
  2. t ="python"
  3.  
  4. print(s+"!",t)
Success #stdin #stdout 0.02s 9120KB
stdin
Standard input is empty
stdout
hello! python