“Как открыть YouTube из браузера Google Chrome вместо Internet Explorer Whes Coding в Python” Ответ

Как открыть YouTube из браузера Google Chrome вместо Internet Explorer Whes Coding в Python

>>> import webbrowser as wb
>>> wb.register('chrome', None)
>>> wb.open('https://www.youtube.com')
True
>>> wb.open('https://www.google.com')
True
>>> wb.open('https://stackoverflow.com')
True
Wrong Wolf

Как открыть YouTube из браузера Google Chrome вместо Internet Explorer Whes Coding в Python

webbrowser.get('chrome').open('https://www.youtube.com')
Wrong Wolf

Ответы похожие на “Как открыть YouTube из браузера Google Chrome вместо Internet Explorer Whes Coding в Python”

Вопросы похожие на “Как открыть YouTube из браузера Google Chrome вместо Internet Explorer Whes Coding в Python”

Больше похожих ответов на “Как открыть YouTube из браузера Google Chrome вместо Internet Explorer Whes Coding в Python” по Python

Смотреть популярные ответы по языку

Смотреть другие языки программирования