Question: Write a function named shout. The function should accept a string argument and display it in uppercase with an exclamation mark concatenated to the end.
Write a function named shout. The function should accept a string argument and display it in uppercase with an exclamation mark concatenated to the end.
Step by Step Solution
3.40 Rating (156 Votes )
There are 3 Steps involved in it
Heres a Python function named shout that accepts a string as ... View full answer
Get step-by-step solutions from verified subject matter experts
