fork download
  1. #Q3 use python code to construst string opration "+" below string
  2. #1) string = hello string2 =morlal
  3. #2) string =good, string = moring
  4. string1='hello'
  5. string2='world'
  6. string1+string2
Success #stdin #stdout 0.01s 7072KB
stdin
Standard input is empty
stdout
Standard output is empty