Translate comments to Dutch and update log message for clarity

This commit is contained in:
vista-man
2025-01-28 09:08:20 +01:00
parent 8096fc34d3
commit ac84255108
6 changed files with 52 additions and 44 deletions

View File

@@ -1,4 +1,5 @@
def is_palindrome(word):
# Controleer of een woord een palindroom is
return word == word[::-1]
# Vraag de gebruiker om een woord in te voeren