05 Mar Aurora Monday 18:30 Python Homework 20.03.02.
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...