python
Question
uh = urllib.request.urlopen(url, context=ctx)
find out which library module is necessary to import in the python code to execute the above line of code to open an url.
solved
0
Interview Question
4 years
1 Answer
663 views
Member 1
Answer ( 1 )
urllib.request is the library function in the ‘urllib’ module that is used to open url same as file.