Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions