>>> from palindrome import * >>> longest_palindrome('asdfracecarasdf') 'racecar' >>> longest_palindrome('asdffasdfaipreferpiasdfasdfa') 'aipreferpia'
No comments:
Post a Comment