I don't know why it is not ok.
def findcheck(text): llist=list(text) upp=[i for i in llist if i.isupper()==True] strupp=''.join(upp) print("str_upp")