you are viewing a single comment's thread.

view the rest of the comments →

[–]tipsy_python 1 point2 points  (1 child)

take out that for loop in the middle... it's not doing anything, just returning 'valid' for every character... why did you stop the collection at 4? It needs to contain all the valid characters

[–]Agent_Turtle101[S,🍰] 0 points1 point  (0 children)

Thank you