Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e813142 commit d984eb0Copy full SHA for d984eb0
python/005_Longest_Palindromic_Substring.py
@@ -85,4 +85,4 @@ def longestPalindrome(self, s):
85
if __name__ == '__main__':
86
# begin
87
s = Solution()
88
- print s.longestPalindrome("abcbe")
+ print(s.longestPalindrome("abcbe"))
0 commit comments