From 690b9f2d61717bb06a062acfc7e7646e2ac2b305 Mon Sep 17 00:00:00 2001 From: Coco_Ardo <105318683+RealCocoArdo@users.noreply.github.com> Date: Sat, 1 Jul 2023 07:29:44 +0200 Subject: [PATCH] fixed spelling --- jarvis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jarvis.py b/jarvis.py index d7d3235..f94bb80 100644 --- a/jarvis.py +++ b/jarvis.py @@ -63,11 +63,11 @@ def speak(audio): print(a) if a == "quit" or a == "exit" or a == "close" or a == "goodbye": - speak("THnak You Sir. Have a nice day !") + speak("Thank You Sir. Have a nice day !") print("Bye Sir. Have a nice day !") sys.exit() else: response = k.respond(a) speak(response) - print(response) \ No newline at end of file + print(response)