Question: Chipotle then the program uses the input values and outputs a story: Eric buys 1 2 different types of cars at Chipotle Ex: If the

Chipotle
then the program uses the input values and outputs a story:
Eric buys 12 different types of cars at Chipotle
Ex: If the input values are:
Brenda
6
bells
phillys
then the program uses the input values and outputs a story:
Brenda buys 6 different types of bells at Phillys
LAB
1.17.1: LAB: Input: Mad Lib
main.py
1 # Read a value from a user and store the value in first_name
2 first_name = input()
3|
4
5 # Output a short story using the four input values. Do not modify the
6 print(first_name, 'buys', whole_number, 'different types of', plural_
 Chipotle then the program uses the input values and outputs a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!