How to build a Match Finder | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to build a Match Finder

How to use metacharacters to match a password independent of the persons password width symbol and number combination. -or- How can Python keep trying multiple strings with a specified length to get or catch what a user input is. e.g Match Finder, Password Brute-Force Attack?

27th Apr 2017, 5:50 PM
Miraculous Owonubi
Miraculous Owonubi - avatar
2 Answers
+ 4
You can use the string module and use while loops for this.You can also use this if x in y: this... But someone's already done that👇👇 https://code.sololearn.com/cLOZhRpRrGjg/?ref=app
2nd May 2017, 9:37 AM
🔭 GP 🔭
🔭 GP 🔭 - avatar
0
that code is awesome
19th Jun 2017, 4:03 AM
NulledNVoided
NulledNVoided - avatar