I have two strings like this:
str1 = "my fav fruit apple" str2 = "my fav vegetable carrot" I want to join the two strings to become :
"my fav fruit apple my fav vegetable carrot" i.e.: become one string with a new line between them. How to do that?