In this challenge you will determine, using the Python programming language, which of the following cases is true given two lists:
- If the first list is contained within the second list,
- If the second list is contained within the first list,
- If both lists are contained within each other, or
- If none of these are true.