Answered step by step
Verified Expert Solution
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
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 tooStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started