subject

Part One: Write a program to simulate a chatbot conversation. Use the following guidelines to write your program: 1. Decide on an interactive conversation someone could have with a computer.
2. Your program should include at least three interactive prompts.
3. Input from the user should be assigned to variables and used throughout the conversation.
4. At least once, use the indexing or slicing technique.
5. Use concatenation to join string literals and string values.
6. Write the pseudocode for this program. Be sure to include any input and output needed.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 19:30
Write a function processpeople() that takes the name of a file as a parameter. each line of the file corresponds to information about a person. in particular a line contains either a name (in the form lastname,firstname with no spaces in it) or a name (lastname,firstname) and a year. the function will process the file, creating a person object for each line in the file. the function will print information about each line as it processes it, as well as appending the new person object into a list. make sure to use person methods to display information rather than recreating the work you did for the first problem. once the entire file has been processed, the function returns the list of person objects created from the file. if the file is empty, the function should return an empty list. if the input file cannot be opened, the function should print a message to that effect and then return an empty list. the following shows what would be displayed for two example files which have been provided in the link. the file none.txt does not exist. note that your function must work on an arbitrary file that consists of valid lines. you cannot assume anything about the file except that it contains lines that have the format described above.
Answers: 2
question
Computers and Technology, 22.06.2019 08:00
Digital information is stored using a series of ones and zeros. computers are digital machines because they can only read information as on or off –1 or 0. this method of computation is known as the system
Answers: 1
question
Computers and Technology, 22.06.2019 22:00
During physical science class ben and jerry connected three identical lightbulbs in parallel to a battery where happens when ben removes one of the lightbulbs from it’s socket
Answers: 2
question
Computers and Technology, 23.06.2019 07:00
What are three software programs for mobile computing?
Answers: 1
You know the right answer?
Part One: Write a program to simulate a chatbot conversation. Use the following guidelines to write...
Questions
question
Mathematics, 08.04.2020 19:47
question
Mathematics, 08.04.2020 19:47
Questions on the website: 13722360