MY CODE :
import webbrowser as wb import speech_recognition as sr r = sr.Recognizer() with sr.Microphone() as source: print("speak now") au