SyntaxFix
Write A Post
Hire A Developer
Questions
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'