Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Palindrome test

test if a word typed is palindrome, i.e equals to the reversed word

Worked concepts

  • String slicing
  • Functions
  • The "in" operator
  • Tuples
  • f string