Question: Write a python function cheer that takes as a parameter a mascot string and PRINTS out the following cheer for input 'mascot': def cheer() example
Write a python function cheer that takes as a parameter a mascot string and PRINTS out the following cheer for input 'mascot':
def cheer() example of functon
How do you spell winner?
I know, I know!
M A S C O T !
And that's how you spell winner!
Go Mascot!
(Note the format of all caps with spaces in the middle line and capitalized on the last line)
>>> cheer('Huskies')
How do you spell winner?
I know, I know!
H U S K I E S !
And that's how you spell winner!Go Huskies!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
