Cómo abrir dos pestañas en un navegador al mismo tiempo usando código Python
El módulo de navegador web de Python admite muchas operaciones en el navegador. Existen principalmente tres métodos:
importar navegador web
webbrowser.open(url, new=0, autoraise=True)
.webbrowser.open_new(url)
webbrowser.open_new_tab(url)
webbrowser.open_new_tab(url)