Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Alexa.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@ def call_Anuja():
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/\'')
elif 'Who is your favourite singer?' in command:
cmd = talk('Taylor Swift.')
print(cmd)
else:
default = talk('I am sorry, I did not understand ')
print(default)
Expand Down