Question
Question 3:( 45 points ) Write a function to print the lyrics of our own version of the song Old MacDonald. One Stanza of the
Question 3:( 45 points )
Write a function to print the lyrics of our own version of the song Old MacDonald. One Stanza of the song is given below. You have to add two more stanzas with a different character and super power (instead of the spider man and the spider-sense). Your python program should print the lyrics for three different characters and their respective powers using one function called three times, similar to the example verse below:
Write a function that takes two parameters ( string1, string2) the character name and the super power it has to write one stanza. Then this function should be called from main three times to write the whole lyrics. Here you call the function thrice with three different characters and their respective powers and do not ask the user to input. Output will be the lyrics of the song with three stanzas. Please note the for the power which should be in the output.
Old MacMarvel had a universe, E-I-E-I-O
And on his universe he had a SpiderMan, E-I-E-I-O
With a "spider-sense" here and a "spider-sense" there
Here a "spider-sense" there a "spider-sense"
Everywhere a "spider-sense"
Old MacMarvel had a universe, E-I-E-I-O
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