Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Now, construct a program that writes an email to handle a customer complaint about a missing item in an online order using fstr ing .

image text in transcribed

Now, construct a program that writes an email to handle a customer complaint about a missing item in an online order using fstr ing . Here's a sample input-output sequence: > The Customer name is: Alan Mathison Turing > The missing item is: notebook > Should we resend or refund? (resend/refund): refund > Dear Alan Mathison Turing, > I am sorry to hear that you have not received your notebook. We will certainly refund your item. > Sincerely, > Customer Support \# Your solutions here \# step 1: Use input() to ask for name, missing item, and policy name = input ( "The customer name: ") item = \#YOUR CODE HERE refund_or_resend = \#YOUR CODE HERE \# step 2: use f-string to format print statement \# Finish the print statement using an f-string so it prints a message like the one in the example. \# Use multiple print() or the newline character In to print on multiple lines if needed. print()

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Object Databases The Essentials

Authors: Mary E. S. Loomis

1st Edition

020156341X, 978-0201563412

More Books

Students also viewed these Databases questions

Question

What is the relationship between humans?

Answered: 1 week ago

Question

What is the orientation toward time?

Answered: 1 week ago