• BB_8's Activity

Followed veky
 
Created a forum post "What is failing?"
import re def is_acceptable_password(password: str) -> bool: if (len(password) <
Commented a forum post "AssertionError: 5 is divisible by 5" created by aganpat
its the string "Buzz", yours is "BUZZ". Solution should work when you fix this:)