🏆Challenge Strength of the Password🏆 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

🏆Challenge Strength of the Password🏆

Let's play with paswords again! Because your password is your virtual security! You should think about its strength! So, write a program, that checks a strength of a password. A password is considered strong if: 8 characters length or more 1 digit or more 1 symbol or more 1 uppercase letter or more 1 lowercase letter or more

10th Oct 2017, 5:46 PM
Dmitriy Yurkin
Dmitriy Yurkin - avatar
5 Answers
+ 4
This is my try in Python. Waiting for yor comments, likes and advices how to improve it. https://code.sololearn.com/cMokwU3TMUgJ/#py
10th Oct 2017, 5:45 PM
Dmitriy Yurkin
Dmitriy Yurkin - avatar
11th Oct 2017, 1:39 PM
john j
john j - avatar
+ 4
Thanks for the challenge. Here's my try... https://code.sololearn.com/c0wqBDsyXhEq/?ref=app
13th Oct 2017, 12:05 PM
LukArToDo
LukArToDo - avatar
+ 2
https://code.sololearn.com/cwPt8ffhno8K/#cs
11th Oct 2017, 5:33 PM
Matt Wall
Matt Wall - avatar
+ 1
Here is my try. This is my very first code and program ever. Please tell me what you think and hope you like it https://code.sololearn.com/c6xT8wQ67I3J/?ref=app
14th Oct 2017, 2:13 AM
Ray Warren
Ray Warren - avatar