Skip to content

Commit 546f769

Browse files
georgerahul24Akuli
andauthored
Update basics/handy-stuff-strings.md
Co-authored-by: Akuli <akuviljanen17@gmail.com>
1 parent 39f94f5 commit 546f769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/handy-stuff-strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ ValueError: could not convert string to float: 'hello'
424424
print(message, "!!!")
425425
print(message, "!!!")
426426
```
427-
3. Make a program to take the input from the user and check if it is a palindrome.
427+
3. Make a program that asks the user to type a string and checks if it is a palindrome.
428428

429429
The answers are [here](answers.md#handy-stuff-strings).
430430

0 commit comments

Comments
 (0)