import webbrowser url = 'https://www.python.org/' webbrowser.open_new_tab(url) webbrowser.open_new(url)