Skip to content

Commit 646447e

Browse files
author
joseguilhermefmoura
committed
Added solution to problem 4
1 parent 29969e5 commit 646447e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

1_Elementary/4.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def is_acceptable_password(password:str) -> bool:
2+
return (lambda password : len(password) > 6)(password)

0 commit comments

Comments
 (0)