formating fixed
This commit is contained in:
parent
b59c26f1cf
commit
cd1f0db6ff
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user