Code initiates a graph of websites, each with given initial page rank, readjusts ranks based on new connections
How to run: python pagerank.py
Program output: The program prints to the terminal the initiated graph, followed by the graph after going through an updated page rank algorithm in the function getRanks(n, graph), including how many connections each page has.