Skip to content
Permalink
Browse files
Add files via upload
  • Loading branch information
ullaha18 committed Nov 17, 2022
1 parent 5005d6c commit b1babaf25391505d852dce1b8f3896d64c725fae
Showing 1 changed file with 6 additions and 0 deletions.
@@ -0,0 +1,6 @@
query = input("Please enter the word 'advice' if you require advice. Or enter the word 'listen', if you just require someone to listen to your issue:")
query.lowercase()
if query == "advice":
#RACHELS FUNCTION TO BE ADDED HERE
elif query == "listen":
#RACHELS FUNCTION TO BE ADDED HERE

0 comments on commit b1babaf

Please sign in to comment.