1. opens your favorite browser with python

PHOTO EMBED

Fri Aug 19 2022 11:19:28 GMT+0000 (Coordinated Universal Time)

Saved by @mwebrania #python

import webbrowser

#favorite browser 
webbrowser.open('https://www.chrome.com')
content_copyCOPY

when I was looking on how to open a browser using python