pw = "Password: {}".format(self.password) | pw = "Password: {}".format(self.password) | ||||
return "\n".join([ic, mt, et, zb, kb, rs, sw, sl, dr, ms, pw]) | return "\n".join([ic, mt, et, zb, kb, rs, sw, sl, dr, ms, pw]) | ||||
def printPassword(self): | |||||
print(self.password) | |||||
return self.password | |||||
def randomize(self): | def randomize(self): | ||||
""" The randomizer! | """ The randomizer! | ||||
""" | """ |