In3x,net,watch,1552bdbd,i,fucking,my,step,father,s,wife,every,night Apr 2026

# 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)

# Initialize a counter for sensitive words sensitive_word_count = 0 # Iterate over each sensitive word for word

# Increment the counter by the number of matches sensitive_word_count += len(matches) # Iterate over each sensitive word for word

def count_sensitive_words(input_string): # Define a list of sensitive words sensitive_words = ["fucking", "watch", "step", "father", "wife", "sex", "in3x"] # Iterate over each sensitive word for word

# Convert the input string to lowercase input_string = input_string.lower()

import re

return sensitive_word_count