The question is to see if a Linked list contains a cycle. My initial strategy to solve this in Python was to store the reference to the "head" of the linked list i