Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 227 Bytes

File metadata and controls

6 lines (3 loc) · 227 Bytes

Problem 65:

Create a function that takes a string as input and returns the reversed version of the string without using the built-in reverse() method.

Example Input: "hello world" Example Output: "dlrow olleh"