diff --git a/README.md b/README.md index ab9b7fb..ba9f66d 100644 --- a/README.md +++ b/README.md @@ -1758,7 +1758,7 @@ def reverse_string(string): for char in string: temp = char + temp return temp -``` +
Write a function to determine if a given string is a palindrome