Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 787 Bytes

File metadata and controls

21 lines (14 loc) · 787 Bytes

Python Technical Assessment

  • Fork the python track assessment.
  • Clone the repository to your local computer.
  • Add your solution to the specificied position.
  • Commit your solution.
  • Push your update to your repository.
  • Submit your repository URL on the provided google form.
  • NOTE: make sure to follow the instruction on the readme.md/README.md
  • Using Python, Write a function that checks whether a passed string is palindrome or not?
Note: A palindrome is a word, phrase, or sequence that reads the same backward as forward, e.g. madam, Level or My gym.

Submission:

Good luck!