Question: Missing header /2 Complete the function below by adding the function header, including the correct function name and correct parameter name (see the docstring

Missing header "/2 Complete the function below by adding the function header,

Missing header "/2 Complete the function below by adding the function header, including the correct function name and correct parameter name (see the docstring examples and function body for how they should be named). 2 "*"Return the string message with an exclamation point added to the end. >>> get_excited('cat') "cat!' >>> get_excited('time to program') 'time to program!" 6 10 return message + '!'

Step by Step Solution

3.32 Rating (149 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!