Text/Profanity Checker in Python

Опубликовано: 08 Декабрь 2024
на канале: Daniel Bourke
8,366
60

Disclaimer: I'm only a beginner programming so what I say in the video should be taken as gospel. I'm just uploading what I learn. Everything is my interpretation. I'm open to any advice.

I've been working on the Programming Foundations with Python course on Udacity.

One of the example tasks was to create a python program that would check a text document for profanities.

In this video, I run through the code I created during the lessons.