lang/python/ UrlLib


=== Request {{c import urllib.request with urllib.request.urlopen('http://python.org/') as response: html = response.read() }}%TIME=1619399866