import webbrowser
# URL you want to open
url = "https://www.google.com"
# Open the URL in the default browser
webbrowser.open(url)