Random Password Generator in Python
Generate a strong password. Your password may contain letters both in uppercase or lowercase. It also contains numbers and special characters. To select a random character from a string module using import random. In the meantime, we will discuss how random and string modules are getting part in generating a password. Random Module To create…