The combination of alphabets (both lowercase and upper case) and the punctuation characters makes the password more strong. So in this post we will build the application which can be used to generate the strong password.
For generating the strong password we will use constants of string module which are string.ascii_letters, string.digits and some specific punctuation characters string.ascii_letters contains both lowercase and uppercase alphabets and string.digits contains 0 to 9 digits.
Code:
Output:


0 Comments
Post a Comment