Please Help me, I am struggling with this.
For this assignment, you will write a Python 3 program that mimics a chatbot. That is, you will be prompted to answer various questions as the user, and the chatbot will have a particular response depending on what your answer is.
Requirements:
You must ask at least five questions using the input() command. [1pt]
At least 1 of these questions takes numerical data from the user (integers). [1pt]
You must include then, at least five descriptive variables. [1pt]
You must include at least five if-elif-else statements in your program. [1pt]
The chatbot should have at least 3 possible responses (print statements) to each question answered. [1pt]
You should try to account for incorrect entries/spelling. [1pt]
Incorporate each AND/OR logical operator in at least one instance of your program. [2pt]
Your program should be thematic - Questionnaire, Interview, helpdesk, customer review, etc. [1pt]
You must include comments throughout your program [1pt]. Just describe overall the program and what your goal was exactly.
Note: Make sure that your program executes what it should in ALL cases of how you respond