A randomly generated password
In today’s code we’re programming a Password Generator. First we will need some user input by asking how many letters, numbers and symbols they want the password to contain.
These user inputs will be used when performing a for-loop. This way we can take the right amount of letters, numbers and symbols out of the various lists.


The end result shown in the python console:
