A valid postal code  have to fullfil both below requirements:  must be a number in the range from  to  inclusive.  must not contain more than one alternating repetitive digit pair. Alternating repetitive digits are digits which repeat immediately after the next digit. In other words, an alternating repetitive digit pair is formed by two equal digits that have just a single digit between them. For example: 121426#Here,1isanalternatingrepetitivedigit.523563#Here,NOdigitisanalternatingrepetitivedigit.552523#Here,both2and5arealternatingrepetitivedigits. Your task is to provide two regular expressions regex_integer_in_range and regex_alternating_repetitive_digit_pair. Where: regex_integer_in_range should match only integers range from  to  inclusive regex_alternating_repetitive_digit_pair should find alternating repetitive digits pairs in a given string. Both these regular expressions will be used by the provided code template to check if the input string  is a valid postal code using the following expression: (bool(re.match(regex_integer_in_range,P))andlen(re.findall(regex_alternating_repetitive_digit_pair,P))<2) Input Format Locked stub code in the editor reads a single string denoting  from stdin and uses provided expression and your regular expressions to validate if  is a valid postal code. Output Format You are not responsible for printing anything to stdout. Locked stub code in the editor does that. Sample Input 0 110000 Sample Output 0 False Explanation 0 1 1 0000 : (0, 0) and (0, 0) are two alternating digit pairs. Hence, it is an invalid postal code. Note: A score of  will be awarded for using 'if' conditions in your code. You have to pass all the testcases to get a positive score.

COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
1st Edition
ISBN:9780357392676
Author:FREUND, Steven
Publisher:FREUND, Steven
Chapter5: Working With Multiple Worksheets And Workbooks
Section: Chapter Questions
Problem 4AYK
icon
Related questions
Question
100%

A valid postal code  have to fullfil both below requirements:

  1.  must be a number in the range from  to  inclusive.
  2.  must not contain more than one alternating repetitive digit pair.

Alternating repetitive digits are digits which repeat immediately after the next digit. In other words, an alternating repetitive digit pair is formed by two equal digits that have just a single digit between them.

For example:

121426#Here,1isanalternatingrepetitivedigit.523563#Here,NOdigitisanalternatingrepetitivedigit.552523#Here,both2and5arealternatingrepetitivedigits.

Your task is to provide two regular expressions regex_integer_in_range and regex_alternating_repetitive_digit_pair. Where:

regex_integer_in_range should match only integers range from  to  inclusive

regex_alternating_repetitive_digit_pair should find alternating repetitive digits pairs in a given string.

Both these regular expressions will be used by the provided code template to check if the input string  is a valid postal code using the following expression:

(bool(re.match(regex_integer_in_range,P))andlen(re.findall(regex_alternating_repetitive_digit_pair,P))<2)

Input Format

Locked stub code in the editor reads a single string denoting  from stdin and uses provided expression and your regular expressions to validate if  is a valid postal code.

Output Format

You are not responsible for printing anything to stdout. Locked stub code in the editor does that.

Sample Input 0

110000

Sample Output 0

False

Explanation 0

1 1 0000 : (00) and (00) are two alternating digit pairs. Hence, it is an invalid postal code.

Note:
A score of  will be awarded for using 'if' conditions in your code.
You have to pass all the testcases to get a positive score.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Linux
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:
9780357392676
Author:
FREUND, Steven
Publisher:
CENGAGE L
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage