(Choose 1 answer)
Which of the following Python data structures is most similar to the value returned in this line x = urllib.request.urlopen('
http://data.pr4e.org/romeo.txt')
A. file handle
B. regular expression
C. dictionary
D. socket
E. list
Finish
Exit 27