I need to change the items in the list like this:
?- change(a,[b,c,d],X). X = [(a,b), (a,c), (a,d)].
Please let me know how to proceed with i