Login
EN EN
VN Tiếng Việt EN English
Super Password Calculator - CCTV App

# Sample dictionary blocked_words = ["gand", "maa"]

def filter_text(text): tokens = word_tokenize(text) tokens = [t for t in tokens if t.lower() not in blocked_words] return ' '.join(tokens)

Confirm Logout

Are you sure you want to log out?

Success!

The action was completed successfully