Question: Please use python to write the pogram. I don't know how touse If...then...else statement to check the input text. Could youhelp me please? Exercises Exercise

 Please use python to write the pogram. I don't know how

Please use python to write the pogram. I don't know how touse If...then...else statement to check the input text. Could youhelp me please?

Exercises Exercise 1 - Greeting Write a program to accept a user input and then print the greeting based on the following rules: Rule Input "How are you?" "How do you do." "Good to see you." others Reply "Fine, and you?" "How do you do." "Me too." 2 4 Hint: Use the function input() to get the user input. Use If..then..else statement to check the inputted text. Use the function print() to print the reply. The following is the sample output of the program: Computer: Hi! You: Good to see you. Computer: Me too

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!