This code creates a random password based on user inputs.
- Letters
- Symbols
- Numbers
On v2 it's variable is already a list and is printed shuffling in a random order.
On v1 it first generates the password on a string, then convert it to a list and shuffles it.