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
Hemant Singh 4 years 1 Answer 662 views Member 1

Answer ( 1 )

  1. urllib.request is the library function in the ‘urllib’ module that is used to open url same as file.

    Best answer

Leave an answer

Browse
Browse