Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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:
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Securing SQL Server Protecting Your Database From Attackers

Authors: Denny Cherry

3rd Edition

0128012757, 978-0128012758

More Books

Students also viewed these Databases questions