Question: I am trying to create a system IN PYTHON that scores the string of a password using scores. Create a function Constants that will check
I am trying to create a system IN PYTHON that scores the string of a password using scores. Create a function Constants that will check if the string/ password has no sequence of 3 or more numbers. If the string has does not, then return a score of +3
Test Case1: Input: Contants('Rachel123')---> Output: return nothing
Test Case1: Input: Contants('R1a1c1h3l)---> Output: return 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
