79776627

Date: 2025-09-27 09:06:38
Score: 2.5
Natty:
Report link

prohibited = ["@","$"]

name = input("Enter username:")

if any(char in name for char in prohibited):

print("No special character allowed")

else:

print("Welcome", +name)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Talika Rathod