Question: Given the following text: hello = hello You are required to write a script with a function called reverse_word that will return world. Your

Given the following text: hello = "hello " You are required to write a script with a function called reverse_word that will return world. Your result needs to be printed to the console. - You are required to use 1 (one) function and a loop - You are required to use Python's string manipulation to capitalise the first 2 words - You are required to swap the 2 words and convert them to upper case - You are required to have a divider between them
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
