I\'m pretty new to Python and am completely confused by .join() which I have read is the preferred method for concatenating strings.
.join()
I tried:
list = ["my", "name", "is", "kourosh"] " ".join(list)
If this is an input, using the JOIN method, we can add the distance between the words and also convert the list to the string.
This is Python output
'my name is kourosh'