formating fixed
This commit is contained in:
@@ -1758,7 +1758,7 @@ def reverse_string(string):
|
|||||||
for char in string:
|
for char in string:
|
||||||
temp = char + temp
|
temp = char + temp
|
||||||
return temp
|
return temp
|
||||||
```</b></details>
|
</b></details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Write a function to determine if a given string is a palindrome</summary><br><b>
|
<summary>Write a function to determine if a given string is a palindrome</summary><br><b>
|
||||||
|
Reference in New Issue
Block a user