Question: Python Missing header /2 Complete the function below by adding the function header, including the correct function name and correct parameter name (see the docstring
Python
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). 1 def | 2 ""Return the string message with an exclamation point added to ITH the end. 3 4 >>>get_excited( cat') cat! >>>get_excited('time to program time to program!" 6 nnH 10 return message
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
