Sebastian Costa

Generation

generate functionFri, 17 Mar 2023

ver codigo fuente

def ver_codigo_fuente(url): import urllib.request resp = urllib.request.urlopen(url) page = resp.read() print(page) ver_codigo_fuente('http://www.google.com')

Want to kickstart your project?Use the new AI Studio to create your code