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]
1 year ago
11

Edhesive Assignment 3: Chatbot on Python

Computers and Technology
2 answers:
slavikrds [6]1 year 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]1 year 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
If the input is negative, make numItemsPointer be null. Otherwise, make numItemsPointer point to numItems and multiply the value
Brilliant_brown [7]

Answer:

The code for the given statements are described below.

Explanation:

// Place code below in line 9

if(numItems < 0)  // starting of a loop

{

numItemsPointer = NULL;

}

else  

{

numItemsPointer = &numItems;

numItems = numItems * 10;   // items multiplied by 10

}   // ending of a loop

6 0
2 years ago
A triangular number is a number that is the sum of the integers from 1 to some integer n. Thus 1 is a triangular number because
neonofarm [45]

Answer:

  1. m = 3
  2. n = 20
  3. triList = []
  4. current = 0
  5. for i in range(1, n + 1):
  6.    current = current + i  
  7.    if(current >= m and current <= n):
  8.        triList.append(current)
  9. print(triList)

Explanation:

The solution code is written in Python 3.

Firstly, create variable m and n and set the value 3 and 20 to the variables (Line 1 -2)

Create a triangle number list (Line 4)  and another variable current to hold the value of current total of triangle number (Line 5).

Create a for loop and iterate through the number between m and n (Line 6).  Calculate the current total of triangle number (Line 7) and proceed to check if the current triangle number is bigger or equal to m and smaller and equal to n, add the current triangle number to triList (Line 8-9).

Print the triList (Line 11) and we shall get [3, 6, 10, 15]

4 0
1 year ago
A remediation liaison makes sure all personnel are aware of and comply with an organization's policies.
Ratling [72]

Answer:

False.

Explanation:

I believe this should be the work of a compliance liaison. Assume you have opened up an organization that is growing each day. You have employees who are required to be compliant with all the security standards and policies. Hiring a compliance liaison will ensure that these compliances are being carried out. Each department in an organization should work with a compliance liaison to ensure that its employees understand and comply fully with all security policies.

8 0
1 year ago
Jenny has to include the image of a sun on one of her slides. She needs to write relevant text about it on a dark background on
NISA [10]

blank one: light colored

blank two: bold format??

not sure but here is my best guess

8 0
2 years ago
Which of the following attributes of a website indicates a more reliable source for information?
scoundrel [369]
An attribute of a website that will indicate a more reliable source of information is when the site ends in ".edu". It is a top-level domain for education. It would mean that this particular site is linked to universities, colleges or other educational sites thus it gives more information that is real and factual.
3 0
1 year ago
Other questions:
  • What permanent magnets of a motor are replaced with more powerful ones, what effect do you think this would have on motor rotati
    12·2 answers
  • Jacob wants to be a Steamfitter. He just finished his associate’s degree. Which best describes what he should do next?
    10·2 answers
  • A(n) ______close to a cover letter leads to more interviews because you are contacting the employer. a. passive b. lengthy c. ac
    11·2 answers
  • When seeking information on the internet about a variety of subjects the most useful place to look would be?
    13·2 answers
  • De'Von is graduating from college and wants to create a professional development plan in order to prepare for his future. What i
    8·1 answer
  • Which would be the most efficient way to store files on your computer?
    13·2 answers
  • Write a do-while loop that continues to prompt a user to enter a number less than 100, until the entered number is actually less
    10·2 answers
  • Given the plaintext {0F0E0D0C0B0A09080706050403020100} and the key {02020202020202020202020202020202}: a. Show the original cont
    11·1 answer
  • If Maya wants to access a view that would control multiple slides within a presentation, which view should she utilize? Master v
    9·1 answer
  • When authenticating a user's password, the password supplied by the user is authenticated by comparing the ____ of the password
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!