Lambda solution in Clear category for Secret Message by thealfest1
find_message = lambda text: ''.join(l for l in text if l.istitle())
Jan. 29, 2019