We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4dfdf6 commit feb7399Copy full SHA for feb7399
1 file changed
hideen messgae
@@ -38,3 +38,4 @@ import string
38
def find_message(text):
39
return filter(lambda x: x in string.uppercase, text)
40
41
+return "".join([t for t in text if t.isupper()])
0 commit comments