Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
5-liner: findall solution in Clear category for Striped Words by przemyslaw.daniel
def checkio(string):
vowels, cons = "AEIOUY", "BCDFGHJKLMNPQRSTVWXZ"
words = __import__('re').findall('(?!\D*\d)(?
Feb. 7, 2017
Comments: