Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 769 Bytes

File metadata and controls

14 lines (11 loc) · 769 Bytes

Find out if the input word is a palindrom

Using strings in Python determine if the word is a palindrom

Reference to:

[1] Valentyn N Sichkar. Find out if the input word is a palindrom // GitHub platform [Electronic resource]. URL: https://github.com/sichkar-valentyn/Find_out_if_the_input_word_is_palindrom (date of access: XX.XX.XXXX)

Description

Working with the strings. Checking by using loop and slicing if the word is palindrom.

MIT License

Copyright (c) 2018 Valentyn N Sichkar

github.com/sichkar-valentyn

Reference to:

[1] Valentyn N Sichkar. Find out if the input word is a palindrom // GitHub platform [Electronic resource]. URL: https://github.com/sichkar-valentyn/Find_out_if_the_input_word_is_palindrom (date of access: XX.XX.XXXX)