Skip to content

Commit ba4d4cf

Browse files
Update friday.py
1 parent 36acbd7 commit ba4d4cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

friday.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
if (("notepad" in x) or ("Notepad" in x)) and (("open" in x) or ("run" in x) or ("Open" in x) or ("Run" in x)) :
1111
pyttsx3.speak("Here it is , sir")
1212
os.system("notepad")
13-
print("anything more")
14-
13+
print("anything more")
14+

0 commit comments

Comments
 (0)