mirror of
https://github.com/Alvin-Zilverstand/ict-algemeen-opdrachten.git
synced 2026-03-06 21:29:36 +01:00
Translate comments to Dutch and update log message for clarity
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user