SilkyFalcon

Generation

generate functionFri, 25 Nov 2022

check if text contains any swear words

Script function contains_swears(text: string) -> bool: return 'fuck' in text

Questions about programming?Chat with your personal AI assistant