I have a problem with python It is really easy but I still can find a solution for that:
I have a string. I split it. I have a for cycle
string = "Super best good string"
temp = string.split()
for finished_string in temp:
number = 0
finished_string.append(temp[number])
number += 1
The out of this should be: "Super+best+good+string+"
but This solution must be good for a different length of string with 2 words or 3 words