This homework is the same as the Java web crawler homework, except that it must be written in Python rather than in Java.
To turn in your assignment, submit a file getrurls.py containing your program. The first line of getrurls.py should be a comment containing your name and student ID.
Make sure that your code works with the Python 2.3 installation on SEASnet. The shell command python -V should output the string Python 2.3.