What does the following do?
import urllib.requestreqfile = urllib.request.urlopen(‘http://data.pr4e.org/romeo.txt’)
for line in reqfile:
print(line.decode().strip())
1 Million +
500 +
100 +