From d6e269dfc239e5797587b7135af2c5de2d708b68 Mon Sep 17 00:00:00 2001 From: Akash Raikwar <65762219+Akashraiky@users.noreply.github.com> Date: Sat, 3 Oct 2020 10:26:46 +0530 Subject: [PATCH 1/2] Update task1.py --- task1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task1.py b/task1.py index 5872c38..7a48411 100644 --- a/task1.py +++ b/task1.py @@ -31,7 +31,7 @@ pyttsx3.speak("My name is jack im your assitant and i wil help you for your requirements") elif ("chrome" in p): - pyttsx3.speak("opening chrome for you") + pyttsx3.speak("Opening chrome for you") os.system("chrome") elif ("aws" in p) or ("aws cloud services" in p): From 55729ba232130934dc83df41c8c62d296b79119e Mon Sep 17 00:00:00 2001 From: Akash Raikwar <65762219+Akashraiky@users.noreply.github.com> Date: Sat, 3 Oct 2020 10:28:38 +0530 Subject: [PATCH 2/2] Update humanprogram.py --- humanprogram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/humanprogram.py b/humanprogram.py index 6909896..31478d6 100644 --- a/humanprogram.py +++ b/humanprogram.py @@ -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")