In My PC speech recognition does not work correctly
import speech_recognition as sr import pyttsx3 def speak(txt): Engine=pyttsx3.init() Engine.say(txt)