Make a function that can reverse a string
//javascript reverse("hello") => // Expected output olleh
//py def reverse("hello"): # Expected output => olleh