Question: Exercises Exercise 1 Mad Libs GSU's home page sometimes includes messages like #2 public school in the South by U.S. News and World

Exercises " Exercise 1 Mad Libs" GSU's home page sometimes includes messages like "#2 public school in the South by U.S. News and World Report". It's fun to turn these messages into Mad Libs. Write a program named madlib.py that begins with the following lines: count = : 1301 noun = 'panthers' phrase = 'tap dance' Then write a print statement that uses these variables to output the following message: Over 1301 students do research, take care of panthers or tap dance on campus. Show the program to your lab instructor. Then modify the program: allow user input for all three values of count, noun, and phrase. Be careful about types.
Step by Step Solution
There are 3 Steps involved in it
Heres an example of the madlibpy program that uses the given initial values and allows u... View full answer
Get step-by-step solutions from verified subject matter experts
