Sobes.tech
Middle
30

def is_palindrome(string_to_check: str) -> bool: links, rechts = 0, len(string_to_check) terwijl links < rechts: terwijl links < rechts en niet string_to_check[links]: links += 1 terwijl links < rechts en niet string_to_check[rechts]: rechts -= 1

Bedrijven waar gevraagd werd
Sapiens Solutions