This is a beginner friendly password generator project which focuses on
- Usage of built in library "random"
- Usage of "sample()" from random
- list comprehension
- #steps to use this code.
- simply copy paste the code in python editor and run it.
- Code will require user to enter the length of the password (max of 10 charecters).
- Code will automatically generate a password according to users reuquirement length.