I need help in Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I need help in Python

I wanted to know how I can do a "bruteforce" in python where the user typed a word and my system tried to hit that word from a-z with no numbers just letters..and the most important thing was for you to explain how this works..(it's for study!)

25th May 2019, 7:18 PM
Gileade Lima
Gileade Lima - avatar
1 Answer
0
You need to know first how the user will tell you the comparing result. Only match/not match? Or match [n] characters? Or any other formats. It will decide how you write the algorithm.
26th May 2019, 4:17 AM
Flandre Scarlet
Flandre Scarlet - avatar