Python · HTTP & the Web
What is the type of the value returned by reading a urlopen response? ``` import urllib.request r = urllib.request.urlopen(url) data = r.read() ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
