Question: LAB ACTIVITY 1 . 2 3 . 1 : LAB input Mad Lib - Adv - AS Enter a plural noun: Apples Enter a generic

LAB
ACTIVITY
1.23.1: LAB input Mad Lib-Adv-AS
Enter a plural noun: Apples
Enter a generic location: Grocery store
then the program uses the input values and outputs a story:
Kim buys 5 different types of Apples at Grocery store
Ex If the input values are:
Enter a first name: Brenda
Enter a whole number: 6
Enter a plural noun: bells
Enter a generic location: Phillys
then the program uses the input values and outputs a story:
Brenda buys 6 different types of bells at Phillys
main.py
Reset Lab Tutorial
# Read a first name, a whole number, a plural noun and a generic location from
# the user and store them in the respective variables
first_name = input ("Brenda")
whole_number = input ("6")
plurat_noun = input (bells)
generic_location = input Phillys
 LAB ACTIVITY 1.23.1: LAB input Mad Lib-Adv-AS Enter a plural noun:

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!