tags:

views:

36

answers:

1

what can i do to print the url on the browser http://localhost:5001/index.php?s=yd

A: 

geturl() method returns the real URL of the page.

Ref:-

http://docs.python.org/library/urllib.html#urllib.urlopen

Adi_aks