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, 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
Get step-by-step solutions from verified subject matter experts
