In3x,net,watch,1552bdbd,i,fucking,my,step,father,s,wife,every,night ⭐ 🆒
# Initialize a counter for sensitive words sensitive_word_count = 0
# Convert the input string to lowercase input_string = input_string.lower()
# Increment the counter by the number of matches sensitive_word_count += len(matches)
# Iterate over each sensitive word for word in sensitive_words: # Use regular expression to find all occurrences of the word matches = re.findall(r'\b' + re.escape(word) + r'\b', input_string)
import re
return sensitive_word_count
def count_sensitive_words(input_string): # Define a list of sensitive words sensitive_words = ["fucking", "watch", "step", "father", "wife", "sex", "in3x"]