.. link: http://dgplug.org/summertraining/2013/posts/christina-b-sharevalue-20130712-160207.html .. description: .. tags: .. date: 2013/07/12 16:02:07 .. title: Christina-B sharevalue 20130712-160207 .. slug: christina-b-sharevalue-20130712-160207 Assignment 2 -------------- Problem: To generate a python program to print the share value of a company Description 1. Take the commandline argument which specifies the symbol of company 2. Pass the argument to function show_share_value(). 3. Open url using urllib2.urlopen 4. Print the value using which is returned as response. Click the link below to see the program `link `_ Steps to execute the program $ chmod +x sharevalue.py $ ./sharevalue.py GOOG