Is this right? Password validate | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
26th Aug 2019, 9:38 AM
Wayne Pht
Wayne Pht - avatar
7 Answers
+ 7
1. You have not checked whether there are both capitalized and non-capitalized characters. 2. For improving efficiency, learn RegEx. https://www.sololearn.com/learn/9704/?ref=app
26th Aug 2019, 9:53 AM
Gordon
Gordon - avatar
+ 2
Thank you Gordon for the answer, for the 1. I made the code with the challenge in learncode where capitalize letters are not a condition =) Thanks for RegEx I will learn it!
26th Aug 2019, 10:09 AM
Wayne Pht
Wayne Pht - avatar
+ 2
Ur indentation is off. The code doesn't work.
26th Aug 2019, 10:51 AM
Thoq!
Thoq! - avatar
+ 1
The code I just add for password validate, it works on my laptop but I don't know if it's efficient
26th Aug 2019, 9:40 AM
Wayne Pht
Wayne Pht - avatar
+ 1
You are welcome, Wayne. I like to highlight some example codes in our Coding Challenge (a. k. a. Assignment) section. https://www.sololearn.com/learn/7028/?ref=app 1. Michal's - smart but not a good practice, in terms of team collaboration. https://code.sololearn.com/c2G86cu62B1c/?ref=app 2. Anna's - succinct and well structured. https://code.sololearn.com/c2HFPU6uK4JI/?ref=app 3. David Carroll's - Explaining RegEx in detail. https://code.sololearn.com/cgjn2TAuakXA/?ref=app - - - There is another series of RegEx tutorial curated by Danijel Ivanovic. It is demonstrated in Java / JavaScript, but the RegEx is the same. https://code.sololearn.com/Wx88zgigVueq/?ref=app https://code.sololearn.com/W6UCupGsRwzB/?ref=app
26th Aug 2019, 3:42 PM
Gordon
Gordon - avatar
0
Thanks thoq I fixed it
26th Aug 2019, 1:41 PM
Wayne Pht
Wayne Pht - avatar
0
You are probably better learning regular expressions for a task like this. Im still a python novice but this is my example using some regex. https://code.sololearn.com/cvgLH0cp2Wks/?ref=app
27th Aug 2019, 1:35 PM
Joshua Sledden
Joshua Sledden - avatar