Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 180 Bytes

File metadata and controls

11 lines (8 loc) · 180 Bytes

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