banned_users = ['carolina', 'andrew', 'david'] user = 'marie' if user not in banned_users: print(f"{user.title()}, you can post a response if you wish.")