#passwordgenerator #password #randomizer
This video teaches you how to generate a fixed-length password. You shall learn how to use the random module to generate a random list of characters and the string module to generate alphabets and numbers. You shall also learn how to apply some methods to validate that the characters in a given password are not the same.