Question: (reverse.py): Write a function called reverse that accepts a string argument and returns the reverse of that argument. For example, if you call reverse(ABC DEF),
(reverse.py): Write a function called reverse that accepts a string argument and returns the reverse of that argument. For example, if you call reverse(ABC DEF), it should return FED CBA.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
