Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 531 Bytes

File metadata and controls

11 lines (8 loc) · 531 Bytes

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: