Python robi sznur zawiera przestrzeń

def space(text):
    if ' ' in text:
        return True
    else: return False
Shy Shrike