1. Exam: Using classses of name, address, which build a person class, buiuld those classses and build a graph, connecting the person nodes - using name and address(if they are the same they are related). Write a function to find the minimum level between two people.
2.Interview - background and then a question. Given a class, print out its attribute names and values. Aftwerwards questions about it, about infinitive loops, complexity, other data structures and how to use it as an api.