On Fri, 12 Sep 2014 22:47:57 -0700, daoudimca wrote:

> Dear friends when i used import urllib, re, sys
> 
> symbol = sys.argv[1] >>> this function is show -->> symbol = sys.argv[1]
> IndexError: list index out of range
> 
> kindly find the solution of this

You are trying to reference more elements than your list contains.

-- 
Denis McMahon, denismfmcma...@gmail.com
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to