Let, a list
name=["new","text","test"]
now, I want to concatenate the first two index values of the list name and make a single index value
new_name=["new text"]
Let, a list
name=["new","text","test"]
now, I want to concatenate the first two index values of the list name and make a single index value
new_name=["new text"]