Skip to content

Commit

Permalink
Merge pull request #68 from XxThunderBlastxX/main
Browse files Browse the repository at this point in the history
added a command
  • Loading branch information
Anuja2512 authored Oct 8, 2022
2 parents 8469ee1 + 69a1212 commit 032eb00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Alexa.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,9 @@ def call_Anuja():
elif 'where can I add my own questions and replies for you?' in command:
cmd = talk('In the Github repository named Answering machine made by Anuja2512, you can edit the super-simple python code here.')
print('Here: \'https://github.com/Anuja2512/Answering_Machine/blob/main/Alexa.py\'')
elif 'How to become a better programmer?' in command:
cmd = talk('You can get the whole roadmap of programming over here !!')
print('Here: \'https://roadmap.sh/\'')
else:
default = talk('I am sorry, I did not understand ')
print(default)
Expand Down

0 comments on commit 032eb00

Please sign in to comment.