We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f94f5 commit 546f769Copy full SHA for 546f769
basics/handy-stuff-strings.md
@@ -424,7 +424,7 @@ ValueError: could not convert string to float: 'hello'
424
print(message, "!!!")
425
426
```
427
-3. Make a program to take the input from the user and check if it is a palindrome.
+3. Make a program that asks the user to type a string and checks if it is a palindrome.
428
429
The answers are [here](answers.md#handy-stuff-strings).
430
0 commit comments