Answered step by step
Verified Expert Solution
Question
1 Approved Answer
LAB ACTIVITY 1 . 2 3 . 1 : LAB input Mad Lib - Adv - AS Enter a plural noun: Apples Enter a generic
LAB
ACTIVITY
: LAB input Mad LibAdvAS
Enter a plural noun: Apples
Enter a generic location: Grocery store
then the program uses the input values and outputs a story:
Kim buys different types of Apples at Grocery store
Ex If the input values are:
Enter a first name: Brenda
Enter a whole number:
Enter a plural noun: bells
Enter a generic location: Phillys
then the program uses the input values and outputs a story:
Brenda buys 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
firstname input Brenda
wholenumber input
pluratnoun input bells
genericlocation input Phillys
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started