The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #914
better_profanity is a Python library intended to check for (and clean) profanity in strings.
profanity.censor("You smell like shit.")
Out: 'You smell like !@#$.'
(pypi.org/project/better-profanity)
Question difficulty: 🔵🔵🔵🔵🔵