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 55dae9b commit d499f50Copy full SHA for d499f50
code3/urllib1.py
@@ -1,4 +1,4 @@
1
-import urllib.request, urllib.parse, urllib.error
+import urllib.request
2
3
fhand = urllib.request.urlopen('http://data.pr4e.org/romeo.txt')
4
for line in fhand:
0 commit comments