pip install better_profanity
from better_profanity import profanity
text = input("Enter your sentence to check : ")
censored = profanity.censor(text)
print(censored)
#clcoding.com
Enter your sentence to check : go to hell go to ****
Python Coding August 13, 2022 Python No comments
pip install better_profanity
from better_profanity import profanity
text = input("Enter your sentence to check : ")
censored = profanity.censor(text)
print(censored)
#clcoding.com
Enter your sentence to check : go to hell go to ****
Free Python PDF Books
— Python Coding (@clcoding) October 6, 2022
🧵:
Can you guess the output of the second piece of code?🐍
Posted by Python Coding on Tuesday, 16 February 2021
0 Comments:
Post a Comment