Question: BlockPy: #22.3) Used Return Create a function named pluralize that consumes a string and returns that string with an s at the end (so dog

BlockPy: #22.3) Used Return Create a function named pluralize that consumes a string and returns that string with an "s" at the end (so "dog" would become "dogs"). Then, call this function on the string "Dog" and assign the result to a variable in order to create the output "Dogs can pet other Dogs" Some code is given to you to help you get started Notice that because this function returned a value, that value could be reused multiple times. Feedback Ready Printer Run Blocks Split Text Reset O Upload E History noun = 2 print(noun "can pet other " + noun)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
