We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 034b8a3 + 005a32f commit b391729Copy full SHA for b391729
jarvis.py
@@ -43,7 +43,7 @@ def wishMe(): #wishes me
43
if hour>=0 and hour<=4:
44
pass
45
else:
46
- speak("I am Your Personal assistant, Jarvis! version 1.2!")
+ speak("I am Your Personal assistant, Jarvis! version 1.0!")
47
48
def takeCommand(): #takes microphone inout and returns output
49
r=sr.Recognizer()
0 commit comments