Skip to content

Commit e73888c

Browse files
Ryan MitchellRyan Mitchell
authored andcommitted
Added a comment
1 parent b7271da commit e73888c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chapter1/1-basicExample.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
from urllib.request import urlopen
2+
#Retrieve HTML string from the URL
23
html = urlopen("http://www.pythonscraping.com/exercises/exercise1.html")
34
print(html.read())

0 commit comments

Comments
 (0)