Skip to content

Commit

Permalink
Closes: google#35489
Browse files Browse the repository at this point in the history
Updated validations.py python script
Fixed the behaviour of validate_user function in validations.py.
  • Loading branch information
Jahred committed Jul 4, 2024
1 parent f6b398c commit 0428c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Course3/Lab4/validations.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ def validate_user(username, minlen):
print(validate_user("_red_quinoa", 4)) # Currently True, should be False



#This is a comment

0 comments on commit 0428c14

Please sign in to comment.