answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
uranmaximum [27]
2 years ago
11

Edhesive Assignment 3: Chatbot on Python

Computers and Technology
2 answers:
slavikrds [6]2 years ago
7 0

Example script in creating a chatbot in Python

--------------------------------------------------------------------------

@ app.route ("/", methods = ['GET'])

def index ():

   index = "Welcome to KPM - Making ChatBot"

   return index

if __name __ == "__ main__":

   try:

       app.run (** config)

   except ImportError:

       print ("install: pip install -i requirements.txt")

--------------------------------------------------------------------------

<h2>Further explanation </h2>

Chatbot is computer software that is designed or created to be able to interact with humans in the form of messages, sounds, and images.

Chatbot is a chat service that is actually a feature that has been used very often by tech-savvy people. But the difference, who replied in the chat process is a robot or virtual figure. This is indeed according to its name which contains the word "bot" which is short for internet robots.

There are several advantages that can be provided by chatbot for you:

  • Faster in interacting with consumers. When consumers want to ask something through the website, then this robot can answer questions posed quickly without wordy.
  • 24 hours. If using humans in customer service matters like this, sometimes there are obstacles that can be obtained along with the operation, especially working hours.
  • Ease of business. The advantages of chatbots are also certainly felt by business people. With robot technology, then customer service matters become easy.

Not only are the advantages possessed by chatbots, deficiencies also certainly exist such as:

  • Turn off the role of customer service. Employment that is usually done by humans will certainly die slowly when technology begins to enter. Which is usually filled by humans, now filled by robots.
  • Cannot answer all complaints. In running a business, there must be problems that afflict consumers and hold them accountable.

Learn more

Programming Language brainly.com/question/3354080

The method of programming brainly.com/question/9409412

Details

Class: Middle School

Subjects: Computers and Technology

Keywords: chatbot, python, programming

marta [7]2 years ago
4 0

Answer:

Explanation:

Easy peasy lemon squeezy

print: ("hey how are you why are you what are you")

print: ("1,2,3:"):

eif: ("1"):

print: ("nothing")

eif: ("2"):

print: ("Well i am doing this")

eif: ("3):

print: ("watched pewdiepie")

You might be interested in
Design and document an IP addressing scheme to meet ElectroMyCycle’s needs. Specify which IP address blocks will be assigned to
noname [10]

Answer:

Given that: Design scenario - page 197 has a continuation of the chapter 1 design scenario for ElectroMyCycle

Explanation:

See attached image

7 0
2 years ago
c++ You are given an array A representing heights of students. All the students are asked to stand in rows. The students arrive
Lilit [14]

The below code will help you to solve the given problem and you can execute and cross verify with sample input and output.

#include<stdio.h>

#include<string.h>

 int* uniqueValue(int input1,int input2[])

 {

   int left, current;

   static int arr[4] = {0};

   int i      = 0;

     for(i=0;i<input1;i++)

      {

         current = input2[i];

         left    = 0;

         if(current > 0)

         left    = arr[(current-1)];

      if(left == 0 && arr[current] == 0)

       {

       arr[current] = input1-current;

       }

       else

   {

       for(int j=(i+1);j<input1;j++)

       {

           if(arr[j] == 0)

           {

               left = arr[(j-1)];

               arr[j] = left - 1;

           }

       }

   }

}

return arr;

}

4 0
2 years ago
Robin wants her presentation to move from one slide to another with special motion effects. Which option should Robin use?
topjm [15]
If this is in power point, then she should use the <em>transitions </em>tab on the ribbon. =)
3 0
2 years ago
Read 2 more answers
Which of the following is an object such as a field which can be inserted into a document
ivanzaharov [21]

Answer:

SORRY but U have to make a new question.

Explanation:

bc u put which is the following is ..... u did not put the following

cant help on this one.

8 0
2 years ago
PLEASE HELP PROGRAMMING WILL GIVE BRAINLIEST
JulijaS [17]
The fourth choice is correct.
5 0
2 years ago
Other questions:
  • Which of the following is true about simulation games? A. Simulation games involve competing in a sport against other players. B
    10·2 answers
  • The java compiler requires that a source file use the ________ filename extension question 3 options: 1) .class 2) .h 3) .java
    8·1 answer
  • Programming challenge description: Write a program that, given two binary numbers represented as strings, prints their sum in bi
    6·1 answer
  • Write an expression that executes the loop body as long as the user enters a non-negative number. Note: If the submitted code ha
    7·1 answer
  • This program will store roster and rating information for a soccer team. Coaches rate players during tryouts to ensure a balance
    5·1 answer
  • How can a signature be added to an email message? Check all that apply.
    10·2 answers
  • Chris accidentally steps on another student’s foot in the hallway. He apologizes, but the other student does not want to hear it
    13·2 answers
  • php Exercise 3: Function Write a function named word_count that accepts a string as its parameter and returns the number of word
    5·1 answer
  • ) A byte is used to represent a single character in the computer ______<br> true or false?
    14·2 answers
  • Consider the method total below: public static int total (int result, int a, int b) {     if (a == 0)    {      if (b == 0)     
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!