### Random Password Generator Another code snippet where we are going to generate random password which accepts user input by use two libraries: * random * string For instance, when the program runs, it will ask the user to input how many number of password and the length of password to be generated. to generate a combiantion of letters, numbers and special keys to generate random passwords for us to use ### Sample Output: ![](https://github.com/larymak/Python-project-Scripts/blob/main/RandomPassword/password1.png)