I am looking for a way to split a list of strings to pair words Something like this:
a = [ a s d f g ] ??? print a //result = [as, ad, af, ag, sd, sf, sg, df,