office > python3.4 kevin_bacon.py ---------------------------------------------------- Welcome to the Movie Oracle! ---------------------------------------------------- Find the shortest path between two movie actors. By default, the first actor is Kevin Bacon. ---------------------------------------------------- Enter first actor : Enter second actor: Julia Roberts ---------------------------------------------------- Kevin Bacon was in ['Sleepers'] with Brad Pitt was in ['Oceans Eleven'] with Julia Roberts ---------------------------------------------------- office > python3.4 kevin_bacon.py ---------------------------------------------------- Welcome to the Movie Oracle! ---------------------------------------------------- Find the shortest path between two movie actors. By default, the first actor is Kevin Bacon. ---------------------------------------------------- Enter first actor : Tom Hanks Enter second actor: Julia Roberts ---------------------------------------------------- Tom Hanks was in ['Catch Me If You Can'] with Leonardo Di Caprio was in ['The Departed'] with Matt Damon was in ['Good Will Hunting'] with Ben Affleck was in ['Pearl Harbor'] with Alec Baldwin was in ['The Edge'] with Anthony Hopkins was in ['Meet Joe Black'] with Brad Pitt was in ['Oceans Eleven'] with Julia Roberts ---------------------------------------------------- office >