• Where can I noticate wrong asserts?

 

Exercise Acceptable Password IV in my opinion has bas asserts.

conditions: the length should be bigger than 6; should contain at least one digit, but it cannot consist of just digits; having numbers or containing just numbers does not apply to the password longer than 9.

for example we have assert = True for password which has none digits.

.