Python Random Password Generator.
This is my first attempt at writing a random password generator in Python. It asks the user to input the length of the password they want and randomizes the password with punctuation, uppercase letters, lower case letters, and digits.