25 Apr PMCA Sunday 14:00 Python Homework 21.04.25.
Question: Create a PWD(Password) class it will contain the following methods: __init__ to create a password object by passing one argument into it validate to check the validity of password input by users. it need to use the following method: checkLetter: At least 1 letter between [a-z] and...