From ca93cb423047adb74d327b5b328d68f0ddcf5c7d Mon Sep 17 00:00:00 2001 From: SwapnilSharma11 <73329277+SwapnilSharma11@users.noreply.github.com> Date: Fri, 23 Oct 2020 11:43:32 +0530 Subject: [PATCH] Update humanprogram.py --- humanprogram.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")