Problem
1. What are some key differences while working with lists in Prolog versus working with lists in Python?
2. How often are anonymous variables used in Prolog?
3. How would you add the list items of the second list after the first one? For example, if two lists are [a,n,g] and [2,3], how would you get [a,n,g,2,3]