0
What's wrong with my code?
I've made a password generator. But why does it generates the same password everytime? https://code.sololearn.com/cZTwTdSTAzwP/?ref=app
9 Answers
+ 5
try this:
https://sololearn.com/compiler-playground/cs5km9rRFW15/?ref=app
i hope this helps!
+ 3
The loops and random functions werent working in the original code, so it was generating the same ârandomâ password every time.
i fixed it so it generates a truly random password every time
+ 1
Defying Gravity Explain the code.
+ 1
Tanvesh Kaviskar probably because i accidentally made it private . . . it should work now
0
Defying Gravity I can't open the link. Tried to paste it on Chrome, but still I can't open it.
0
Defying Gravity Make a new comment with link. Still can't open it.
0
Defying Gravity Chris Coder Thanks. I updated it.