Skip to content

Commit

Permalink
fix misleading wording on exercise 'palindromes'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudkat committed Jun 14, 2024
1 parent 50e806b commit 0ac92c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/part-4/4-definite-iteration.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Hint: the function `sorted` can be used on strings as well.

Please write a function named `palindromes`, which takes a string argument and returns `True` if the string is a palindrome. Palindromes are words which are spelled exactly the same backwards and forwards.

Please also write a main function which asks the user to type in words until they type in a palindrome:
Please also write a main program which asks the user to type in words until they type in a palindrome:

<sample-output>

Expand Down

0 comments on commit 0ac92c9

Please sign in to comment.