Light Mode
Dark Mode
Whats the error

def find_message(text: str) -> str: """Find a secret message""" x = "" for ch in text: if ch.isupper(): x = x + ch return x

    else:
            return x
Created: March 23, 2020, 11:08 a.m.
Updated: March 23, 2020, 11:52 a.m.
0
8
User avatar
zohairmustafa5