Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Ex: If the input values are Eric Chipotle 12 cars then the program uses the input values and outputs a story Eric went to Chipotle

image text in transcribed
Ex: If the input values are Eric Chipotle 12 cars then the program uses the input values and outputs a story Eric went to Chipotle to buy different c types of cars Ex: If the input values are: Brenda Philadelphia bells then the program uses the input values and outputs a sto Brenda went to Philadelphi types of bells LAB ACTIVITY 1.11.1 LAB: Input: Mad Lib 10 / 10 main.py Load default template. first_name = input("Eric" generic_location = input("chipotle") whole_number = input("12") 4 plural_noun = input("cars") 5 #output a short story using the four input values print(first_name, went to ) generic_location, "to buy ;, whole_number, 'different types of ,plural_noun) Develop mode Submit mode Run your program as often as you'd like, before submitting for grading Below, type any needed input values in the first box, then click Run program and observe the program's output in the second box Enter program input (optional) 6

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

More Books

Students also viewed these Programming questions