“Python Otwórz Google” Kod odpowiedzi

Python Otwórz Google

#Open google in python - Windows
import webbrowser
url='https://google.com'
webbrowser.get('C:/Program Files (x86)/Google/Chrome/Application/chrome.exe %s').open(url)
Pleasant Petrel

Python Otwórz Google

#Open google in python - MacOSX
import os
os.system("open https://google.com")
Pleasant Petrel

Odpowiedzi podobne do “Python Otwórz Google”

Pytania podobne do “Python Otwórz Google”

Więcej pokrewnych odpowiedzi na “Python Otwórz Google” w Python

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu