From 9ff0543bb4d930312874693428b721cb2352188b Mon Sep 17 00:00:00 2001 From: theveetragnhr <62690947+theveetragnhr@users.noreply.github.com> Date: Fri, 2 Oct 2020 00:20:41 +0530 Subject: [PATCH] Update task1.py --- task1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task1.py b/task1.py index 5872c38..3142ffd 100644 --- a/task1.py +++ b/task1.py @@ -52,7 +52,7 @@ elif ("yahoomail" in p) or ("yahoo mail" in p): pyttsx3.speak("opening yahoo mail") - os.system("chrome www.yahoomail.com") + os.system("chrome www.yahoomail.com ") elif ("youtube" in p): pyttsx3.speak("opening youtube for you plz wait")