Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Your program should display a message that this is a pet naming questionnaire. The message should be displayed on three separate lines, which you can

  • Your program should display a message that this is a pet naming questionnaire. The message should be displayed on three separate lines, which you can accomplish using triple quoted strings, the line break character ('') or using three separate print statements. It should look like this:

 

  • Use the input() command to prompt the user:

If you had a pet alligator, what would you name it?

  • Take the name provided by the user and incorporate it into a response using the print statement and an f-string. Your output should look like this:

I would name it Crunchy!

  • Prompt the user again, asking for the rationale:

Why did you pick that name?

  • Display your response using the print statement.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Heres the code to accomplish that python Display the mess... 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

Systems analysis and design

Authors: kenneth e. kendall, julie e. kendall

8th Edition

135094909, 013608916X, 9780135094907, 978-0136089162

More Books

Students also viewed these Programming questions

Question

Explain the concept of shear force and bending moment in beams.

Answered: 1 week ago

Question

What three things must a use case always describe?

Answered: 1 week ago