formating fixed

This commit is contained in:
surister 2019-10-22 09:22:34 +02:00
parent b59c26f1cf
commit cd1f0db6ff

View File

@ -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>