We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7271da commit e73888cCopy full SHA for e73888c
chapter1/1-basicExample.py
@@ -1,3 +1,4 @@
1
from urllib.request import urlopen
2
+#Retrieve HTML string from the URL
3
html = urlopen("http://www.pythonscraping.com/exercises/exercise1.html")
4
print(html.read())
0 commit comments