Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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