Skip to content

commit-live-students/015-check-palindrome-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Find out whether a list is a palindrome

Notes:

  • Define a function which will accept list as parameter.
  • Reverse the list and verify if reverse and actual list are matching.
  • If yes then list is palindrome and return true, else false.

Instructions:

  • Program should be written in file biuld.py

  • Function name should be solution.

  • Input

     Type: List
     Value: ['n','i','t','i','n']
    
  • Expected Output

      Type: List
      Value: ['n','i','t','i','n']
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages