PW Akshay

Generation

generate functionMon, 14 Nov 2022

communicate with google website through code

from urllib import request url = "http://www.google.com" x = request.urlopen(url) print(x.read())

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