Pinned Loading
-
contacts.py
contacts.py 1# Enter your code here. Read input from STDIN. Print output to STDOUT
23from bisect import bisect_left
4from sys import stdin
5 -
Resolves the sub palindrome challenge
Resolves the sub palindrome challenge 1from typing import List, Optional
23def palindromes(input: str) -> List[str]:
4"""
5Returns a list of palindromes
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.