+ 1
How this code write in notepad in pc?
https://code.sololearn.com/cQEmVjKXtR99/?ref=app -----this code is as follows----- #Coded by: Tamra #A PIN-guessing program, that focuses on common values and patterns first, then brute-forces the remaining values. Also evaluates the safety of a PIN against an algorithm and person. #I'll be adding more pattern recognitions later! $numGuesses = 0 $wasGuessed = false $placeFound = nil def guess(pin) #Guesses PINs in common patterns. #Pattern Guesses #Most common check(pin, "1234", :MOST_COMMON)
5 Respuestas
0
thanks for give answer to me paul...
+ 4
Why don't you ask Tamra? Put the question in the comments.
+ 3
I think you can write simple codes on notepad. For code like this I would use an IDE. And if you also want to run it on your PC, you need to install Ruby.
+ 1
because this question to all
and I don't know this question's answer.
+ 1
you have any answer about this question