Password generator using python - Notes
There is a library called 'random' in python which can generate pseudo-random numbers.
- Need character and number lists for generating the passwords.
- Need to input the number and length and need to declare the variable type
- Print the desired passwords list