Guidelines: Your program should have two functions:
fetchPage(resource, machine, port=80)
returns two strings, the HTTP header info and the HTTP data
main()
this function processes the command line and calls fetch with
appropriate arguments and then prints the data from the fetchPage.
Note: This form of the command line is different from what we did in
Lab on Friday. You may use the Python urlparse library module to help
out, if you wish.
Write up your answers as a short paragraph, and be prepared to hand it in in class.