So I'm fairly new to the language, and I wanted to play music from a site. Using the webbrowser module, I executed the code below I was told that it will open the site in the default browser.
import webbrowser
webbrowser.open("Youtube.com")
It works just as expected but opens the site using the almighty Internet Explorer which, we all know is no one's default browser. If it helps in anyway, my default browser is Google Chrome