Skip to content

Commit 759b2cd

Browse files
authored
Update README.md
1 parent e3054e4 commit 759b2cd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

palindrome/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# Palindrome test
22

3-
test if a word typed is palindrome, i.e equals to the reversed word
3+
test if a word typed is palindrome, i.e equals to the reversed word
4+
5+
### Worked concepts
6+
7+
* String slicing
8+
* Functions
9+
* The "in" operator
10+
* Tuples
11+
* `f` string

0 commit comments

Comments
 (0)