> Pradeep Patra wrote: > My idea is to include the last element of array a and first element of second array b in the final array.
fr.append((a[-1], b[0])) -- https://mail.python.org/mailman/listinfo/python-list
> Pradeep Patra wrote: > My idea is to include the last element of array a and first element of second array b in the final array.
fr.append((a[-1], b[0])) -- https://mail.python.org/mailman/listinfo/python-list