+ 1

python password[solved]

am i so stupid or what? this code should say that password is weak if there are less then 8 symbols, and there are no special symbols, but it ignores specsymbols like my crash ignores me.WHO CAN HELP ME AAAAA???!?!!!?!??????? https://code.sololearn.com/cp1X6s9MMVcB/?ref=app

31st Jul 2020, 9:12 PM
Alexandr Iurchenko
3 odpowiedzi
3rd Aug 2020, 1:48 PM
Alexandr Iurchenko
+ 1
https://code.sololearn.com/cKkq4jS8hFZw/?ref=app Is this what you are looking for??
31st Jul 2020, 9:30 PM
G B
G B - avatar
0
If any digit of result is in symbols, that it gets appended to symInRes.. if symInRes is empty (False) and len(result ) <= 7, the PW is considered weak...
31st Jul 2020, 9:33 PM
G B
G B - avatar