+ 1

Anyone can explain me how make a password code

Using simple string functions

6th Jul 2024, 4:51 PM
Shuvradeep Devil
Shuvradeep Devil - avatar
3 Réponses
+ 3
You could tag a programming language for better help. Otherwise the if else statements will be helpful.
6th Jul 2024, 5:10 PM
JaScript
JaScript - avatar
+ 3
please, tag the wished programming / scripting language, but will something like this while input is not password repeat asking improvement: use a countdown and when it reaches 0, then quit the while loop and show a login failed message
6th Jul 2024, 6:12 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
0
Alright, assume your using python Do: password = input(“What is your password?”) after they input it, hard code it into the system. Sadly, thats the simplest way, I would recommend learning more than string functions to hard code and input etc.
6th Jul 2024, 7:17 PM
[Astro E] 王李
[Astro E] 王李 - avatar