Question: In this challenge, you'll create a function that reverses a string, For example, given the string your function should return Do the following 1. Name
In this challenge, you'll create a function that reverses a string, For example, given the string your function should return Do the following 1. Name your function 2. Call your function with the input string This is my string. and assign the result to the variable 3. Print out Note: Don't use for your function, as it connot be used in this test environment. You should olso assume that all inputs are strings, so you do not need to check for this
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
