📜  google colab python 版本 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:54.951000             🧑  作者: Mango

代码示例2
import webbrowser # pip install 
webbrowser
import speech_recognition as sr
# import pyttsx3


while True: 
    question = input("Question: ") # input question
    webbrowser.open('http://www.google.com/search?q=' + question)
    #it will search what you want to search.