diff --git a/humanprogram.py b/humanprogram.py index 6909896..955f748 100644 --- a/humanprogram.py +++ b/humanprogram.py @@ -22,7 +22,7 @@ os.system("Feem") elif (("run" in p) or ("open" in p) or ("launch" in p)) and ("codeblocks " in p): - pyttsx3.speak("Opening codeblocks for you plz wait") + pyttsx3.speak("Opening codeblocks for you plz wait" ) os.system("codeblocks.exe") elif (("run" in p) or ("open" in p) or ("launch" in p)) and ("Powerpoint " in p) : @@ -55,4 +55,4 @@ pyttsx3.speak("Exiting") break else: - pyttsx3.speak("such application dont support in your computer plz tell again") \ No newline at end of file + pyttsx3.speak(" such application dont support in your computer plz tell again")