[Tutor] %(value1, value2) what does this returns

vishwajeet singh dextrous85 at gmail.com
Tue Jul 22 20:37:02 CEST 2008


Hi List,

def __request(symbol, stat):
    url = 'http://finance.yahoo.com/d/quotes.csv?s=%s&f=%s' % (symbol, stat)
     return urllib.urlopen(url)

I want to know in this % (symbol, stat) returns

thanks for help

Regards,
Vishwajeet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20080723/8d4f9122/attachment.htm>


More information about the Tutor mailing list