Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started