[m+str(n) for m,n in zip(b,a)]
# Makes list1 longer by appending the elements of list2 at the end. list1.extend(list2)
StringName = "seperator".join(ListName) # Seperator denotes character between each of the joined list elements