Question: Assignment 1 - Famous Personality Chatbot Title: Famous Personality Chatbot Step 1 - Problem Statement: Create a Famous Personality chatbot. To do so , first,

Assignment 1- Famous Personality Chatbot
Title: Famous Personality Chatbot
Step 1- Problem Statement:
Create a Famous Personality chatbot. To do so, first, you need to choose a famous person: actor/actress, singer, musician, anime/cartoon/fairy tale character, sport player - the choice is yours! Then, you must create a chatbot that is this famous person "conversing" with the user.
Requirements:
You must create your own Python 3 program using IDLE. You cannot use AI tools to create your program nor can you use someone else's program. For more details regarding Academic Honesty (or lack of) and what is permissible and what is not, please, read A word about Academic Honesty under Lecture 1 on our course web site.
Your chatbot program must start when the menu option Run is selected or F5 is pressed once we have opened your program file in IDLE.
Your chatbot must ask the user at least 3 questions.
When writing your chatcbot, you must use at least one of each of the following three conditional statement variants:
if (with no elif and no else),
if/else, and
if/elif/else (this one may have several elif).
In other words, you must use the conditional statement if (with no el if and no else) at least once, you must use the conditional statement if/else at least once and you must use the conditional statement if/elif/else (this one may have several elif).
Your chatbot must use the answer (input) from the user in some of its responses/comments.
Your chatbot must use the keyword or in the condition of at least two conditional statements (if, if/else and if/elif/else), to accept at least two different input strings from the user, as illustrated in this example:
if favSport == "Football" or favSport == "football":
Your program must have a header comment block containing the expected sections (4 sections) and located at the expected place in your program.
Your program must follow these Good Programming Style (GPS) rules:
 Assignment 1- Famous Personality Chatbot Title: Famous Personality Chatbot Step 1-

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!