Skip to content

Commit

Permalink
Close: google#34844
Browse files Browse the repository at this point in the history
Update validations.py python script.
Fixed the behavior of validate_user finction in validations.py
  • Loading branch information
annwarsa committed Feb 28, 2024
1 parent 456ec84 commit 6fe731b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Course3/Lab4/validations.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ def validate_user(username, minlen):
print(validate_user(".blue.kale", 3)) # Currently True, should be False
print(validate_user("red_quinoa", 4)) # True
print(validate_user("_red_quinoa", 4)) # Currently True, should be False

0 comments on commit 6fe731b

Please sign in to comment.