Question: 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

1 Expert Approved Answer
Step: 1 Unlock

Heres the code to accomplish that python Display the mess... View full answer

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 Programming Questions!