Questions: 5 831

Answers by our Experts: 5 728

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

make a chatbot based on this sample"What is your first name?
Pascal
What is your last name?
Smith
Hi there, Pascal Smith, nice to meet you!

How old are you?
17
17 is a good age.
You are old enough to drive.

So, Pascal, how are you today?
Happy
You are happy.
That is good to hear.
Tell me more.

I am just happy.
That's good to hear.

Well, Pascal, it has been nice chatting with you.
26. Write a program in python to plot a graph for the function y = x2
27. Write a program in python to plot a pie chart on consumption of water in daily life.
A chatbot is a computer program designed to emulate human conversation. For this program you will use if statements, user input, and random numbers to create a basic chatbot.

Here is the scenario: you have decided to start a website. You are creating a prototype to show investors so you can raise money and launch your website.

You should ask the user at least five questions and use if-elif-else statements and give answers depending on how they answer. Some responses should be based on what they type, and some should be based on random numbers.

For example, if they say they are sad, your chatbot might respond “I’m sorry to hear that”.

You could also have a random number generated between 1 and 3 and have a corresponding response depending on the number such as “That is great to hear” or “So interesting”.
Write a program to plot a bar chart in python to display the result of a school for five consecutive years
Write code using the range function to add up the series 20, 30, 40, ... 90 and print the resulting sum.

Expected output: 440
assignment 5 animation.
How do i get started on a coding like this?
How do i tell a story behind it?
How long will this coding be?
Write a program that uses a while loop to calculate and print the multiples of 3 from 3 to 21. Your program should print each number on a separate line.
Write a program that asks the user to enter ten temperatures and then finds the sum. The input temperatures should allow for decimal values.

Sample Run

Enter Temperature: 27.6
Enter Temperature: 29.5
Enter Temperature: 35
Enter Temperature: 45.5
Enter Temperature: 54
Enter Temperature: 64.4
Enter Temperature: 69
Enter Temperature: 68
Enter Temperature: 61.3
Enter Temperature: 50
Sum = 504.3
Write code using the range function to add up the series 99, 98, 97, ... 1 and print the resulting sum.

Expected output: 4950
Write code using the range function to add up the series 20, 30, 40, ... 90 and print the resulting sum.

Expected output: 440
LATEST TUTORIALS
APPROVED BY CLIENTS